Spaces:
Sleeping
Sleeping
Update templates/cart.html
Browse files- templates/cart.html +1 -0
templates/cart.html
CHANGED
|
@@ -41,6 +41,7 @@
|
|
| 41 |
border-radius: 8px;
|
| 42 |
transition: transform 0.3s;
|
| 43 |
margin-bottom: 10px;
|
|
|
|
| 44 |
}
|
| 45 |
|
| 46 |
.cart-item img:hover {
|
|
|
|
| 41 |
border-radius: 8px;
|
| 42 |
transition: transform 0.3s;
|
| 43 |
margin-bottom: 10px;
|
| 44 |
+
vertical-align: top; /* Align image to the top */
|
| 45 |
}
|
| 46 |
|
| 47 |
.cart-item img:hover {
|