Skip to content

Instantly share code, notes, and snippets.

@spliner
Created July 20, 2017 02:21
Show Gist options
  • Save spliner/5b9eebdbc92f27d41a57d425e7623bd5 to your computer and use it in GitHub Desktop.
Save spliner/5b9eebdbc92f27d41a57d425e7623bd5 to your computer and use it in GitHub Desktop.
.container {
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: flex-start;
flex-wrap: wrap;
}
.item {
flex-grow: 1;
flex-shrink: 1;
flex-basis: 100px;
/* flex: 1 1 100px; */
align-self: flex-start;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment