Spaces:
Runtime error
Runtime error
Update templates/cart.html
Browse files- templates/cart.html +1 -1
templates/cart.html
CHANGED
@@ -39,7 +39,7 @@
|
|
39 |
|
40 |
.image-wrapper {
|
41 |
width: 80px; /* Width of the image container */
|
42 |
-
height:
|
43 |
display: flex; /* Flex container for image */
|
44 |
align-items: flex-start; /* Align the image at the top */
|
45 |
justify-content: center; /* Center image horizontally if it has space */
|
|
|
39 |
|
40 |
.image-wrapper {
|
41 |
width: 80px; /* Width of the image container */
|
42 |
+
height: 140px; /* Height of the image container */
|
43 |
display: flex; /* Flex container for image */
|
44 |
align-items: flex-start; /* Align the image at the top */
|
45 |
justify-content: center; /* Center image horizontally if it has space */
|