Skip to content

Instantly share code, notes, and snippets.

@thebouv
Created June 25, 2014 13:25
Show Gist options
  • Save thebouv/977992a36edd21ce9f4e to your computer and use it in GitHub Desktop.
Save thebouv/977992a36edd21ce9f4e to your computer and use it in GitHub Desktop.
.no-gutter class for Bootstrap 3
.row.no-gutter {
margin-left: 0;
margin-right: 0;
}
.row.no-gutter [class*='col-']:not(:first-child),
.row.no-gutter [class*='col-']:not(:last-child) {
padding-right: 0;
padding-left: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment