Skip to content

Instantly share code, notes, and snippets.

@fchristant
Last active July 3, 2017 13:03
Show Gist options
  • Save fchristant/4c060173cab0be1eca77df1896e2746b to your computer and use it in GitHub Desktop.
Save fchristant/4c060173cab0be1eca77df1896e2746b to your computer and use it in GitHub Desktop.
nogrid
.#{$component-prefix}photos {
display: flex;
width:100%;
flex-wrap: wrap;
overflow: hidden;
&> * {
width:calc(25% - 20px);
margin: 10px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment