Skip to content

Commit

Permalink
Merge pull request #6655 from papnoisanjeev/fixed-image-size-default-…
Browse files Browse the repository at this point in the history
…theme

Image height fixed for default theme #6654
  • Loading branch information
jitendra-webkul committed Aug 24, 2022
2 parents 7fae012 + e873100 commit b0e4d0d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@
.main-container-wrapper .product-card .product-image img {
max-width: 100%;
height: 260px;
object-fit: cover;
}
</style>

Expand Down

0 comments on commit b0e4d0d

Please sign in to comment.