Skip to content

Instantly share code, notes, and snippets.

@berfarah
Created July 22, 2014 04:00
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save berfarah/b50c9e8872c9c44044dc to your computer and use it in GitHub Desktop.
Save berfarah/b50c9e8872c9c44044dc to your computer and use it in GitHub Desktop.
Bootstrap – Class for gutter-less grid
.no-gutter.row,
.no-gutter.container,
.no-gutter.container-fluid{
margin-left: 0;
margin-right: 0;
}
.no-gutter>[class^="col-"]{
padding-left: 0;
padding-right: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment