Skip to content

Instantly share code, notes, and snippets.

@ingozoell
Created July 29, 2016 14:58
Show Gist options
  • Save ingozoell/e87e8e051e86ce497b987d6c17aefb83 to your computer and use it in GitHub Desktop.
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/
[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