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

Update templates/cart.html

Browse files
Files changed (1) hide show
  1. templates/cart.html +1 -1
templates/cart.html CHANGED
@@ -78,7 +78,7 @@
78
 
79
  .cart-item img {
80
  width: 100%; /* Fill the image container */
81
- height: auto !important; /* Maintain aspect ratio */
82
  object-fit: contain;
83
  border-radius: 8px; /* Optional: rounded corners */
84
  transition: transform 0.3s;/* Ensure the full image is visible */
 
78
 
79
  .cart-item img {
80
  width: 100%; /* Fill the image container */
81
+ height: 100px !important; /* Maintain aspect ratio */
82
  object-fit: contain;
83
  border-radius: 8px; /* Optional: rounded corners */
84
  transition: transform 0.3s;/* Ensure the full image is visible */