Spaces:
Sleeping
Sleeping
Update templates/cart.html
Browse files- 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:
|
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 */
|