nagasurendra commited on
Commit
90c1673
·
verified ·
1 Parent(s): 07a58d7

Update templates/cart.html

Browse files
Files changed (1) hide show
  1. templates/cart.html +3 -2
templates/cart.html CHANGED
@@ -35,13 +35,14 @@
35
  padding: 15px 0;
36
  }
37
  .cart-item img {
38
- width: 80px;
39
- height: 80px;
40
  object-fit: cover;
41
  border-radius: 8px;
42
  transition: transform 0.3s;
43
  margin-bottom: 10px;
44
  }
 
45
  .cart-item img:hover {
46
  transform: scale(1.05);
47
  }
 
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;
44
  }
45
+
46
  .cart-item img:hover {
47
  transform: scale(1.05);
48
  }