Skip to content

Instantly share code, notes, and snippets.

@yatil
Created September 22, 2011 17:54
Show Gist options
  • Save yatil/1235478 to your computer and use it in GitHub Desktop.
Save yatil/1235478 to your computer and use it in GitHub Desktop.
@media only screen and (min-width: 1068px) {
.layout2 ul.gallery li:nth-child(4n) {
margin-right: 0;
}
.layout1 ul.gallery li:nth-child(6n) {
margin-right: 0;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment