Skip to content

Instantly share code, notes, and snippets.

@nurbek-ab
Last active September 24, 2015 09:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nurbek-ab/149783ecc336c6266278 to your computer and use it in GitHub Desktop.
Save nurbek-ab/149783ecc336c6266278 to your computer and use it in GitHub Desktop.
Bootstrap no gutters
.container.no-gutters {
padding-left: 0;
padding-right: 0;
}
.container.no-gutters .row {
margin-right: 0;
margin-left: 0;
}
.container.no-gutters .row > [class^="col-"],
.container.no-gutters .row > [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