Skip to content

Instantly share code, notes, and snippets.

@julzmon
Created October 17, 2014 12:32
Show Gist options
  • Save julzmon/214a0026e504d9e73977 to your computer and use it in GitHub Desktop.
Save julzmon/214a0026e504d9e73977 to your computer and use it in GitHub Desktop.
Bootstrap 3 no gutter
.no-gutter > [class*='col-'] {
padding-right:0;
padding-left:0;
}
<div class="row no-gutter">
<div class="col-md-4">
...
</div>
<div class="col-md-4">
...
</div>
<div class="col-md-4">
...
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment