Created
October 9, 2017 15:30
-
-
Save nikolaswise/6459c3a2773500f2ee43b296a323648d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ┌────────────┐ | |
// │ Multi-Col: │ | |
// │ Good for │ | |
// │ Pinterest │ | |
// │ Style. │ | |
// └────────────┘ | |
.masonry { | |
column-count: 4; | |
column-gap: $gutter; | |
} | |
.masonry-item { | |
display: inline-block; | |
margin: 0 0 $gutter; | |
width: 100%; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment