Commit ccd3cb02 by halweg

fix

parent 8ba66b32
...@@ -2122,13 +2122,17 @@ footer{ ...@@ -2122,13 +2122,17 @@ footer{
width: 50%; width: 50%;
} }
.product-item .product-item-info, .products-grid {
.product-list-item .product-item-info { .product-item .product-item-info, .product-list-item .product-item-info {
padding: .2em !important; padding: .2rem !important;
} }
.product-items {
gap: .2rem;
}
.product-items .product-item{
width: 49%;
.products-grid .product-items, [data-appearance=carousel] .product-items { }
gap: 0;
} }
.view-more-flashsale { .view-more-flashsale {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment