Created
June 2, 2016 19:52
-
-
Save lostPixels/325333a7165071f6130e32d8e3fc228f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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