Skip to content

Instantly share code, notes, and snippets.

@steezeburger
Created January 14, 2015 17:27
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 steezeburger/d00cb4d9e10898b2bb9f to your computer and use it in GitHub Desktop.
Save steezeburger/d00cb4d9e10898b2bb9f to your computer and use it in GitHub Desktop.
Photo Grid in CSS
@media screen and (min-width:40em) {
.field-type-image .field-item {
width: 33.33333%;
}
.field-type-image .field-item:nth-child(3n+1) {
clear: left;
}
.field-type-image .field-item:nth-child(odd) {
clear: none;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment