Image height fixed for default theme #6654

This commit is contained in:
sanjeev 2022-08-23 17:27:00 +05:30
parent 7fae012f08
commit e87310091b
1 changed files with 2 additions and 0 deletions

View File

@ -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>