Skip to content

Instantly share code, notes, and snippets.

@invmatt
Created October 6, 2016 11:22
Show Gist options
  • Save invmatt/4abbfc9a19e2d10fc1dc59ec25253111 to your computer and use it in GitHub Desktop.
Save invmatt/4abbfc9a19e2d10fc1dc59ec25253111 to your computer and use it in GitHub Desktop.
Stupidly simple grid
.flex-grid {
display: flex;
flex-wrap: wrap;
margin: -0.5em;
& > * {
flex: 1 0 5em;
margin: 0.5em;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment