Skip to content

Instantly share code, notes, and snippets.

@cdcharlebois
Created February 16, 2023 22:31
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 cdcharlebois/184233acbdf21363c64e045a1a982c20 to your computer and use it in GitHub Desktop.
Save cdcharlebois/184233acbdf21363c64e045a1a982c20 to your computer and use it in GitHub Desktop.
Listview Masonry (Pinterest-style layout)
.listview-masonry > ul {
column-count: 3;
column-gap: 24px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment