Subbu1304 commited on
Commit
9c3d594
·
verified ·
1 Parent(s): 01c6edc

Update templates/order.html

Browse files
Files changed (1) hide show
  1. templates/order.html +1 -1
templates/order.html CHANGED
@@ -40,7 +40,7 @@
40
  .cart-item img {
41
  width: 70px;
42
  height: 70px;
43
- object-fit: cover;
44
  border-radius: 5px;
45
  border: 1px solid #ffcc80; /* Light orange border around images */
46
  }
 
40
  .cart-item img {
41
  width: 70px;
42
  height: 70px;
43
+ object-fit: contain;
44
  border-radius: 5px;
45
  border: 1px solid #ffcc80; /* Light orange border around images */
46
  }