Basta chamar a classe "centered" nas divs com a classe "col-lg-", "col-md-", "col-sm-" ou "col-xs-" (1-12).
Last active
April 24, 2024 18:00
-
-
Save ricardobarantini/5584886 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
Boa!!! Obrigado!