Skip to content

Instantly share code, notes, and snippets.

@stuartduff
Created July 4, 2014 09:43
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 stuartduff/acfee7a45ee6a308f711 to your computer and use it in GitHub Desktop.
Save stuartduff/acfee7a45ee6a308f711 to your computer and use it in GitHub Desktop.
@media only screen and (min-width: 768px) {
ul.products li.product {
float: left;
padding: 0;
margin-right: 0;
margin-bottom: 0;
clear: none;
width: 33.33%;
padding-top: 33.33%;
}
ul.products li.product .button {
padding: 0.5em;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment