Skip to content

Instantly share code, notes, and snippets.

@dcavins
Last active April 2, 2018 21:37
Show Gist options
  • Select an option

  • Save dcavins/03b07debc10883054338c362db9e17da to your computer and use it in GitHub Desktop.

Select an option

Save dcavins/03b07debc10883054338c362db9e17da to your computer and use it in GitHub Desktop.
More items than will fit in a single row, but you know you want 1/2 width columns on medium-width screens or larger.
<div class="Grid Grid--guttersLg Grid--full med-Grid--1of2">
<div class="Grid-cell">
1/2
</div>
<div class="Grid-cell">
1/2
</div>
<div class="Grid-cell">
1/2
</div>
<div class="Grid-cell">
1/2
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment