/som_scrapbook_style.css Secret
Last active
June 22, 2020 21:28
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