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

Update templates/cart.html

Browse files
Files changed (1) hide show
  1. templates/cart.html +3 -3
templates/cart.html CHANGED
@@ -35,9 +35,9 @@
35
  padding: 15px 0;
36
  }
37
  .cart-item img {
38
- width: 100px; /* Increased width from 80px to 100px */
39
- height: 100px; /* Increased height from 80px to 100px */
40
- object-fit: cover;
41
  border-radius: 8px;
42
  transition: transform 0.3s;
43
  margin-bottom: 10px;
 
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;
42
  transition: transform 0.3s;
43
  margin-bottom: 10px;