Update templates/cart.html
Browse files- templates/cart.html +2 -2
templates/cart.html
CHANGED
@@ -96,8 +96,8 @@
|
|
96 |
}
|
97 |
/* For the image */
|
98 |
.cart-item img {
|
99 |
-
width:
|
100 |
-
height:
|
101 |
object-fit: contain; /* Ensure the image covers the container without stretching */
|
102 |
border-radius: 5px; /* Optional: rounded corners */
|
103 |
border: 1px solid #ffcc80; /* Light orange border around images */
|
|
|
96 |
}
|
97 |
/* For the image */
|
98 |
.cart-item img {
|
99 |
+
width: 100%; /* Set the width to 70px */
|
100 |
+
height: 100%; /* Set the height to 70px */
|
101 |
object-fit: contain; /* Ensure the image covers the container without stretching */
|
102 |
border-radius: 5px; /* Optional: rounded corners */
|
103 |
border: 1px solid #ffcc80; /* Light orange border around images */
|