nagasurendra commited on
Commit
b5f51bc
·
verified ·
1 Parent(s): 48455f5

Update templates/cart.html

Browse files
Files changed (1) hide show
  1. templates/cart.html +1 -1
templates/cart.html CHANGED
@@ -35,7 +35,7 @@
35
  padding: 15px 0;
36
  }
37
  .cart-item img {
38
- width: auto; /* Adjust the width automatically */
39
  height: 100px; /* Increased height */
40
  object-fit: contain; /* Ensures the whole image is visible */
41
  border-radius: 8px;
 
35
  padding: 15px 0;
36
  }
37
  .cart-item img {
38
+ width: 100px; /* Adjust the width automatically */
39
  height: 100px; /* Increased height */
40
  object-fit: contain; /* Ensures the whole image is visible */
41
  border-radius: 8px;