Created
December 27, 2017 09:58
-
-
Save srsad/c57ae4c39bd8820279e1170ab4794681 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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