Spaces:
Sleeping
Sleeping
Update templates/cart.html
Browse files- templates/cart.html +1 -11
templates/cart.html
CHANGED
@@ -35,17 +35,7 @@
|
|
35 |
min-height: 100px; /* Ensure the cart item div has enough height for content */
|
36 |
}
|
37 |
|
38 |
-
|
39 |
-
text-align: right; /* Aligns the trash icon to the top-right corner */
|
40 |
-
margin-bottom: 10px; /* Adds space between the image and the trash icon */
|
41 |
-
}
|
42 |
-
|
43 |
-
.cart-item-actions {
|
44 |
-
display: flex;
|
45 |
-
justify-content: space-between;
|
46 |
-
align-items: center;
|
47 |
-
margin-top: 10px;
|
48 |
-
}
|
49 |
|
50 |
.image-wrapper {
|
51 |
width: 80px; /* Width of the image container */
|
|
|
35 |
min-height: 100px; /* Ensure the cart item div has enough height for content */
|
36 |
}
|
37 |
|
38 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
39 |
|
40 |
.image-wrapper {
|
41 |
width: 80px; /* Width of the image container */
|