nagasurendra commited on
Commit
3995998
·
verified ·
1 Parent(s): 6117b2b

Update templates/cart.html

Browse files
Files changed (1) hide show
  1. 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 #e0e0e0;
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 {