Skip to content

Commit

Permalink
adjusted product card image properties
Browse files Browse the repository at this point in the history
  • Loading branch information
abutuza committed Nov 29, 2024
1 parent 4675f59 commit f8b53af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _src/blocks/products/products.css
Original file line number Diff line number Diff line change
Expand Up @@ -498,8 +498,8 @@
.products:not(.compact) .product-card img {
display: inline;
position: absolute;
object-position: -40px 22px;
object-fit: cover;
object-position: bottom right;
object-fit:fill;
border-radius: 50%;
width: 250px;
height: 250px;
Expand Down

0 comments on commit f8b53af

Please sign in to comment.