Skip to content

Instantly share code, notes, and snippets.

@edujr1
Forked from ricardobarantini/README.md
Created January 4, 2019 12:08
Show Gist options
  • Save edujr1/a37cebae117e6c59884a6e312595b94d to your computer and use it in GitHub Desktop.
Save edujr1/a37cebae117e6c59884a6e312595b94d to your computer and use it in GitHub Desktop.
Hack para centralizar div do Bootstrap

Modo de usar

Bootstrap 3 Bastar chamar a classe "centered" nas divs com a classe "col-lg-", "col-md-", "col-sm-" ou "col-xs-" (1-12).

.centered {
margin: 0 auto !important;
float: none !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment