Last active
January 24, 2022 23:46
-
-
Save inostia/8ec2cbfaa5be05841b6970e526938148 to your computer and use it in GitHub Desktop.
2 column design for eldritch
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
@media screen and (max-width: 767px) { | |
.products.collection-content-wrapper .list-grid { | |
display: grid; | |
grid-template-columns: repeat(2,minmax(0,1fr)); | |
grid-column-gap: 3vw; | |
grid-row-gap: 4vw; | |
padding: 0; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment