Created
July 29, 2016 14:58
-
-
Save ingozoell/e87e8e051e86ce497b987d6c17aefb83 to your computer and use it in GitHub Desktop.
Bootstrap Colums: float: left => display: inline-block
http://kimbryant.net/on-bootstraps-grid-using-display-inline-block-instead-of-floats/
This file contains 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
[class*="col-"] { | |
float: none; | |
display: inline-block; | |
margin: 0 -0.125em; | |
vertical-align: top; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment