Skip to content

Instantly share code, notes, and snippets.

@anastransvelo
Created September 6, 2017 08:03
Show Gist options
  • Save anastransvelo/4c53385bf042b421b3002a5fc7be61aa to your computer and use it in GitHub Desktop.
Save anastransvelo/4c53385bf042b421b3002a5fc7be61aa to your computer and use it in GitHub Desktop.
Techmarket-2 Product 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