Spaces:
Sleeping
Sleeping
Update templates/order.html
Browse files- templates/order.html +1 -1
templates/order.html
CHANGED
@@ -40,7 +40,7 @@
|
|
40 |
.cart-item img {
|
41 |
width: 70px;
|
42 |
height: 70px;
|
43 |
-
object-fit:
|
44 |
border-radius: 5px;
|
45 |
border: 1px solid #ffcc80; /* Light orange border around images */
|
46 |
}
|
|
|
40 |
.cart-item img {
|
41 |
width: 70px;
|
42 |
height: 70px;
|
43 |
+
object-fit: contain;
|
44 |
border-radius: 5px;
|
45 |
border: 1px solid #ffcc80; /* Light orange border around images */
|
46 |
}
|