Skip to content

Instantly share code, notes, and snippets.

@srsad
Created December 27, 2017 09:58
Show Gist options
  • Save srsad/c57ae4c39bd8820279e1170ab4794681 to your computer and use it in GitHub Desktop.
Save srsad/c57ae4c39bd8820279e1170ab4794681 to your computer and use it in GitHub Desktop.
// lg
@media screen and (max-width: 1199px)
.catalogItem
height: 210px
margin-bottom: 20px
// md
@media screen and (max-width: 991px)
.catalogItem
height: 155px
margin-bottom: 20px
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment