Created
March 17, 2015 20:25
-
-
Save eriteric/4baa66f04822a19e7b9e to your computer and use it in GitHub Desktop.
Boostrap 3 no gutters less
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
// from: http://julienmelissas.com/no-gutter-column-trick-for-bootstrap/ | |
.row.no-gutters { | |
margin-right: 0; | |
margin-left: 0; | |
& > [class^="col-"], | |
& > [class*=" col-"] { | |
padding-right: 0; | |
padding-left: 0; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment