Spaces:
Runtime error
Runtime error
Update templates/cart.html
Browse files- templates/cart.html +1 -1
templates/cart.html
CHANGED
@@ -47,7 +47,7 @@
|
|
47 |
|
48 |
.cart-item img {
|
49 |
width: 100%; /* Fill the image container */
|
50 |
-
height:
|
51 |
object-fit: contain; /* Ensure the full image is visible */
|
52 |
border-radius: 8px; /* Optional: rounded corners */
|
53 |
transition: transform 0.3s;
|
|
|
47 |
|
48 |
.cart-item img {
|
49 |
width: 100%; /* Fill the image container */
|
50 |
+
height: 100px; /* Maintain aspect ratio */
|
51 |
object-fit: contain; /* Ensure the full image is visible */
|
52 |
border-radius: 8px; /* Optional: rounded corners */
|
53 |
transition: transform 0.3s;
|