Skip to content

Instantly share code, notes, and snippets.

@billerickson
Last active October 16, 2018 19:33
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 billerickson/e936491f3aff02bcf865350e505b9602 to your computer and use it in GitHub Desktop.
Save billerickson/e936491f3aff02bcf865350e505b9602 to your computer and use it in GitHub Desktop.
ul {
@include media(">=tablet") {
display: flex;
flex-wrap: wrap;
justify-content: center;
margin-left: -16px;
margin-right: -16px;
li {
margin-left: 16px;
margin-right: 16px;
flex-basis: calc( 50% - 32px );
@include media(">=medium") {
flex-basis: calc( 25% - 32px );
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment