Last active
September 22, 2017 16:56
-
-
Save dcavins/e8b555391164f740aa3070f140745ef9 to your computer and use it in GitHub Desktop.
Specify one column to be 1/3 width, let the other column take up the rest of the space, and break to a single column on medium-width screens and smaller.
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--fit"> | |
| <div class="Grid-cell"> | |
| 2/3 | |
| </div> | |
| <div class="Grid-cell u-1of3"> | |
| 1/3 | |
| </div> | |
| </div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment