Skip to content

Instantly share code, notes, and snippets.

@magsout
Created February 18, 2016 10:30
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 magsout/085f0ae5548246c0974e to your computer and use it in GitHub Desktop.
Save magsout/085f0ae5548246c0974e to your computer and use it in GitHub Desktop.
/** @define Masonry */
.sf-Masonry {
column-count: 4;
column-gap: 1em;
}
.sf-Masonry-item {
width: 100%;
display: inline-block;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment