Spaces:
Sleeping
Sleeping
Update templates/cart.html
Browse files- templates/cart.html +1 -1
templates/cart.html
CHANGED
@@ -35,7 +35,7 @@
|
|
35 |
padding: 15px 0;
|
36 |
}
|
37 |
.cart-item img {
|
38 |
-
width:
|
39 |
height: 100px; /* Increased height */
|
40 |
object-fit: contain; /* Ensures the whole image is visible */
|
41 |
border-radius: 8px;
|
|
|
35 |
padding: 15px 0;
|
36 |
}
|
37 |
.cart-item img {
|
38 |
+
width: 100px; /* Adjust the width automatically */
|
39 |
height: 100px; /* Increased height */
|
40 |
object-fit: contain; /* Ensures the whole image is visible */
|
41 |
border-radius: 8px;
|