Product gallery margin fix for wide and narrow viewports.

This commit is contained in:
Peter Fabian 2019-11-23 18:42:45 +01:00
parent f1bb497b66
commit fe348bb70f
1 changed files with 8 additions and 1 deletions

View File

@ -481,7 +481,6 @@ a.reset_variations {
.woocommerce-product-gallery {
max-width: 600px;
position: relative;
margin-bottom: 8rem;
figure {
margin: 0;
@ -1553,6 +1552,10 @@ a.reset_variations {
font-family: $headings;
}
.woocommerce-product-gallery {
margin-bottom: 8rem;
}
}
@media only screen and (min-width: 1168px) {
@ -1576,4 +1579,8 @@ a.reset_variations {
font-family: $headings;
}
.woocommerce-product-gallery {
margin-bottom: 8rem;
}
}