Skip to content

Instantly share code, notes, and snippets.

@lostPixels
Created June 2, 2016 19:52
Show Gist options
  • Save lostPixels/325333a7165071f6130e32d8e3fc228f to your computer and use it in GitHub Desktop.
Save lostPixels/325333a7165071f6130e32d8e3fc228f to your computer and use it in GitHub Desktop.
<div class="container">
<div class="row">
<div class="col-sm-8"> ... </div>
<div class="col-sm-4"> ... </div>
</div>
</div>
<div class="container-full">
<div class="row">
<div class="col-sm-12 no-gutter"> I span 100%! </div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment