fix: make product image rounded corners visible
border-radius was already set but invisible (white image on white background). Changing the image background to a warm off-white makes the 12px rounded corners show against the surrounding area. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
e8240e383a
commit
f45a1f807f
@ -56,8 +56,8 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
height: 220px;
|
height: 220px;
|
||||||
display: block;
|
display: block;
|
||||||
background: #fff;
|
background: #fdf6ee;
|
||||||
border-radius: 10px;
|
border-radius: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.product-card .no-image {
|
.product-card .no-image {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user