Skip to content

Instantly share code, notes, and snippets.

@nikolaswise
Created October 9, 2017 15:30
Show Gist options
  • Save nikolaswise/6459c3a2773500f2ee43b296a323648d to your computer and use it in GitHub Desktop.
Save nikolaswise/6459c3a2773500f2ee43b296a323648d to your computer and use it in GitHub Desktop.
// ┌────────────┐
// │ 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