Created
November 2, 2015 18:57
-
-
Save DustinHartzler/5aa33a22fd31123c52a2 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
| .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