Skip to content

Instantly share code, notes, and snippets.

@dcavins
Last active September 22, 2017 16:55
Show Gist options
  • Save dcavins/247f6feaba86f2a41f0bc457a1b709dc to your computer and use it in GitHub Desktop.
Save dcavins/247f6feaba86f2a41f0bc457a1b709dc to your computer and use it in GitHub Desktop.
Three column layout that breaks to a single column on medium-width screens and smaller.
<div class="Grid Grid--guttersLg Grid--full med-Grid--fit">
<div class="Grid-cell">
1/3
</div>
<div class="Grid-cell">
1/3
</div>
<div class="Grid-cell">
1/3
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment