Spaces:
Sleeping
Sleeping
Update templates/cart.html
Browse files- templates/cart.html +1 -1
templates/cart.html
CHANGED
@@ -29,7 +29,7 @@
|
|
29 |
display: flex; /* Flexbox layout for the cart item */
|
30 |
align-items: flex-start; /* Ensure the image and content align at the top */
|
31 |
justify-content: space-between; /* Spread image and content across the container */
|
32 |
-
border-bottom: 1px solid
|
33 |
padding: 15px 0;
|
34 |
}
|
35 |
.cart-item-actions-top {
|
|
|
29 |
display: flex; /* Flexbox layout for the cart item */
|
30 |
align-items: flex-start; /* Ensure the image and content align at the top */
|
31 |
justify-content: space-between; /* Spread image and content across the container */
|
32 |
+
border-bottom: 1px solid red;
|
33 |
padding: 15px 0;
|
34 |
}
|
35 |
.cart-item-actions-top {
|