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

Update templates/cart.html

Browse files
Files changed (1) hide show
  1. templates/cart.html +1 -1
templates/cart.html CHANGED
@@ -98,7 +98,7 @@
98
  .cart-item img {
99
  width: 70px; /* Set the width to 70px */
100
  height: 70px; /* Set the height to 70px */
101
- object-fit: cover; /* 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 */
104
  margin: 0; /* Ensure no extra space around 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 */
104
  margin: 0; /* Ensure no extra space around the image */