Skip to content

Instantly share code, notes, and snippets.

@jimrothfork
Last active September 1, 2017 23:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jimrothfork/c0b43e51cbbcb8373deff9e7a751337b to your computer and use it in GitHub Desktop.
Save jimrothfork/c0b43e51cbbcb8373deff9e7a751337b to your computer and use it in GitHub Desktop.
Collection Grid View --- CSS (theme.scss.liquid)
.collection-grid {
@media screen and (min-width:1181px){
padding-top: 30px;
}
@media screen and (max-width:1180px){
padding-top: 15px;
}
}
.collection-grid .section-background {
padding-top: 5%;
}
.collection-grid .index-pgi {
width: 85%;
margin: 0 auto;
padding: 0px 15px 0 0;
display: flex;
flex-wrap: wrap;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment