f159b85e by Jeff Balicki

sss

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent b4665459
......@@ -14223,7 +14223,7 @@ figure.woocommerce-product-gallery__wrapper {
}
.wrapper .container {
padding: 0 160px 40px 50px;
padding: 0 0px 40px 50px;
}
@media only screen and (max-width: 1260px) {
.wrapper .container {
......
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
......@@ -24,7 +24,7 @@
}
.wrapper .container{
padding:0 160px 40px 50px;
padding:0 0px 40px 50px;
@media only screen and (max-width: 1260px) {
padding:0 15px;
}
......