Image height fixed for default theme #6654
This commit is contained in:
parent
7fae012f08
commit
e87310091b
|
|
@ -30,6 +30,8 @@
|
||||||
|
|
||||||
.main-container-wrapper .product-card .product-image img {
|
.main-container-wrapper .product-card .product-image img {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
|
height: 260px;
|
||||||
|
object-fit: cover;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue