nagasurendra commited on
Commit
d5764ce
·
verified ·
1 Parent(s): a3063c9

Update templates/cart.html

Browse files
Files changed (1) hide show
  1. 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 */