Spaces:
Runtime error
Runtime error
Update templates/cart.html
Browse files- templates/cart.html +1 -0
templates/cart.html
CHANGED
@@ -35,6 +35,7 @@
|
|
35 |
justify-content: space-between;
|
36 |
border-bottom: 1px solid #e0e0e0;
|
37 |
padding: 15px 0;
|
|
|
38 |
}
|
39 |
.cart-item img {
|
40 |
width: 80px; /* Adjust the width automatically */
|
|
|
35 |
justify-content: space-between;
|
36 |
border-bottom: 1px solid #e0e0e0;
|
37 |
padding: 15px 0;
|
38 |
+
height: auto; /* Ensure the container height adjusts to its content */
|
39 |
}
|
40 |
.cart-item img {
|
41 |
width: 80px; /* Adjust the width automatically */
|