Fixes collection header displaying title and description too close to the thumbnail.

This commit is contained in:
mateuswetah 2020-07-14 10:17:08 -03:00
parent 7a9696feeb
commit 2e4ac430dd
2 changed files with 3 additions and 7 deletions

View File

@ -65,16 +65,12 @@
justify-content: space-between; justify-content: space-between;
.t-collection--col-9 { .t-collection--col-9 {
padding-left: calc(4.16666666667% + 15px) !important; padding-left: calc(4.16666666667% + 2.75rem) !important;
padding-left: calc(4.16666666667vw + 15px) !important;
padding-right: 12.5% !important; padding-right: 12.5% !important;
padding-right: 12.5vw !important;
@media only screen and (max-width: 767px){ @media only screen and (max-width: 767px){
padding-left: 4.16666666667% !important; padding-left: calc(4.16666666667% + 1.25rem) !important;
padding-left: 4.16666666667vw !important;
padding-right: 8.33% !important; padding-right: 8.33% !important;
padding-right: 8.33vw !important;
} }
h2 { h2 {

File diff suppressed because one or more lines are too long