Spaces:
Sleeping
Sleeping
Update templates/cart.html
Browse files- templates/cart.html +3 -3
templates/cart.html
CHANGED
@@ -35,9 +35,9 @@
|
|
35 |
padding: 15px 0;
|
36 |
}
|
37 |
.cart-item img {
|
38 |
-
width:
|
39 |
-
height: 100px; /* Increased height
|
40 |
-
object-fit:
|
41 |
border-radius: 8px;
|
42 |
transition: transform 0.3s;
|
43 |
margin-bottom: 10px;
|
|
|
35 |
padding: 15px 0;
|
36 |
}
|
37 |
.cart-item img {
|
38 |
+
width: auto; /* Adjust the width automatically */
|
39 |
+
height: 100px; /* Increased height */
|
40 |
+
object-fit: contain; /* Ensures the whole image is visible */
|
41 |
border-radius: 8px;
|
42 |
transition: transform 0.3s;
|
43 |
margin-bottom: 10px;
|