Created
March 6, 2020 21:07
-
-
Save ericmasiello/c0b6b8e1895ba2981acba8691febfd80 to your computer and use it in GitHub Desktop.
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
.row { | |
display: flex; | |
} | |
/* 4 column layout */ | |
.column { | |
min-width: 18.75rem; /* 300px */ | |
width: 25%; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment