Skip to content

Instantly share code, notes, and snippets.

@DustinHartzler
Created November 2, 2015 18:57
Show Gist options
  • Select an option

  • Save DustinHartzler/5aa33a22fd31123c52a2 to your computer and use it in GitHub Desktop.

Select an option

Save DustinHartzler/5aa33a22fd31123c52a2 to your computer and use it in GitHub Desktop.
.site-main ul.products li.product:nth-child(5n) {
width: 50%;
}
.site-main ul.products li.product:nth-child(3n) {
width: 25%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment