Skip to content

Instantly share code, notes, and snippets.

@joelstransky
Created March 10, 2016 02:29
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 joelstransky/c725074a39428b852232 to your computer and use it in GitHub Desktop.
Save joelstransky/c725074a39428b852232 to your computer and use it in GitHub Desktop.
Break out of bootstrap column padding
*[class^="col-"] .column-fluid {
margin-left: ceil(($grid-gutter-width / -2));
margin-right: floor(($grid-gutter-width / -2));
@include clearfix();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment