nagasurendra commited on
Commit
12efbef
·
verified ·
1 Parent(s): 07ea6b2

Update templates/cart.html

Browse files
Files changed (1) hide show
  1. templates/cart.html +7 -1
templates/cart.html CHANGED
@@ -74,7 +74,13 @@
74
  }
75
 
76
  /* Responsive for mobile devices */
77
-
 
 
 
 
 
 
78
 
79
  .cart-item img {
80
  width: 100%; /* Fill the image container */
 
74
  }
75
 
76
  /* Responsive for mobile devices */
77
+ .cart-item img {
78
+ width: 70px;
79
+ height: 70px;
80
+ object-fit: cover;
81
+ border-radius: 5px;
82
+ border: 1px solid #ffcc80; /* Light orange border around images */
83
+ }
84
 
85
  .cart-item img {
86
  width: 100%; /* Fill the image container */