Skip to content

Instantly share code, notes, and snippets.

@jameskoster
Last active February 23, 2021 15:35
Show Gist options
  • Save jameskoster/87d535deef2daedf530a to your computer and use it in GitHub Desktop.
Save jameskoster/87d535deef2daedf530a to your computer and use it in GitHub Desktop.
@media screen and (max-width: 768px) {
/* Target mobile devices only */
ul.products li.product {
width: 48%;
clear: both;
float: left;
}
ul.products li.product:nth-child(2n) {
clear: none;
float: right;
margin-right: 0;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment