nagasurendra commited on
Commit
e2b252d
·
verified ·
1 Parent(s): ecbb1cf

Update templates/cart.html

Browse files
Files changed (1) hide show
  1. templates/cart.html +2 -2
templates/cart.html CHANGED
@@ -96,8 +96,8 @@
96
  }
97
  /* For the image */
98
  .cart-item img {
99
- width: 70px; /* Set the width to 70px */
100
- height: 70px; /* Set the height to 70px */
101
  object-fit: contain; /* Ensure the image covers the container without stretching */
102
  border-radius: 5px; /* Optional: rounded corners */
103
  border: 1px solid #ffcc80; /* Light orange border around images */
 
96
  }
97
  /* For the image */
98
  .cart-item img {
99
+ width: 100%; /* Set the width to 70px */
100
+ height: 100%; /* Set the height to 70px */
101
  object-fit: contain; /* Ensure the image covers the container without stretching */
102
  border-radius: 5px; /* Optional: rounded corners */
103
  border: 1px solid #ffcc80; /* Light orange border around images */