nagasurendra commited on
Commit
3b30d06
·
verified ·
1 Parent(s): 7f7d4e8

Update templates/cart.html

Browse files
Files changed (1) hide show
  1. templates/cart.html +1 -1
templates/cart.html CHANGED
@@ -47,7 +47,7 @@
47
 
48
  .cart-item img {
49
  width: 100%; /* Fill the image container */
50
- height: auto; /* Maintain aspect ratio */
51
  object-fit: contain; /* Ensure the full image is visible */
52
  border-radius: 8px; /* Optional: rounded corners */
53
  transition: transform 0.3s;
 
47
 
48
  .cart-item img {
49
  width: 100%; /* Fill the image container */
50
+ height: 100px; /* Maintain aspect ratio */
51
  object-fit: contain; /* Ensure the full image is visible */
52
  border-radius: 8px; /* Optional: rounded corners */
53
  transition: transform 0.3s;