Skip to content

Instantly share code, notes, and snippets.

@inostia
Last active January 24, 2022 23:46
Show Gist options
  • Save inostia/8ec2cbfaa5be05841b6970e526938148 to your computer and use it in GitHub Desktop.
Save inostia/8ec2cbfaa5be05841b6970e526938148 to your computer and use it in GitHub Desktop.
2 column design for eldritch
@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