Bootstrap 3 Bastar chamar a classe "centered" nas divs com a classe "col-lg-", "col-md-", "col-sm-" ou "col-xs-" (1-12).
-
-
Save edujr1/a37cebae117e6c59884a6e312595b94d to your computer and use it in GitHub Desktop.
Hack para centralizar div do Bootstrap
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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