Last active
April 2, 2018 21:37
-
-
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.
This file contains hidden or 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="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