Skip to content

Instantly share code, notes, and snippets.

@LambdAurora
Last active June 22, 2020 21:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LambdAurora/653ae3d89ec151bd3d888c67212c28af to your computer and use it in GitHub Desktop.
Save LambdAurora/653ae3d89ec151bd3d888c67212c28af to your computer and use it in GitHub Desktop.
Summer of Making Scrapbook CSS
: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