Commit 2a8d20f3 authored by imac's avatar imac

[Bugfix]add object-fit contain to product image

parent 59cf2f6f
...@@ -1549,7 +1549,7 @@ label.chevron.bottom::first-letter { ...@@ -1549,7 +1549,7 @@ label.chevron.bottom::first-letter {
} }
.product-list figure img{ .product-list figure img{
height: 180px; height: 180px;
object-fit: cover; object-fit: contain;
} }
/** /**
......
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