Skip to content

Instantly share code, notes, and snippets.

@ibndawood
Forked from anastransvelo/style.css
Created September 6, 2017 08:04
Show Gist options
  • Save ibndawood/905782ff03f56c48f49f9f9bb4eddf6f to your computer and use it in GitHub Desktop.
Save ibndawood/905782ff03f56c48f49f9f9bb4eddf6f to your computer and use it in GitHub Desktop.
Techmarket - Show 2 products in mobile view
@media (max-width: 700px) {
.products:not(.slick-initialized) {
display: flex;
flex-wrap: wrap;
}
.products:not(.slick-initialized) .product {
width: 50%;
}
.products:not(.slick-initialized) .product .hover-area {
display: none;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment