Skip to content

Instantly share code, notes, and snippets.

@philcon93
Created April 20, 2016 03:00
Show Gist options
  • Save philcon93/cee0fc2d6129f6290178392197fb7e2f to your computer and use it in GitHub Desktop.
Save philcon93/cee0fc2d6129f6290178392197fb7e2f to your computer and use it in GitHub Desktop.
Bootstrap no padding

Bootstrap no padding for cols

CSS

.no-gutter>[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