-
-
Save LambdAurora/653ae3d89ec151bd3d888c67212c28af to your computer and use it in GitHub Desktop.
Summer of Making Scrapbook CSS
This file contains 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
:root { | |
} | |
.container { | |
max-width: 78rem; | |
} | |
.posts { | |
display: flex !important; | |
flex-flow: row wrap; | |
} | |
.post { | |
display: flex !important; | |
flex-direction: column; | |
flex: 1 1 600px; | |
box-sizing: border-box; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment