Spaces:
Build error
Build error
Update templates/cart.html
Browse files- templates/cart.html +4 -0
templates/cart.html
CHANGED
|
@@ -325,6 +325,10 @@
|
|
| 325 |
.suggestion-items-container::-webkit-scrollbar-track {
|
| 326 |
background-color: #f1f1f1;
|
| 327 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
| 328 |
|
| 329 |
</style>
|
| 330 |
</head>
|
|
|
|
| 325 |
.suggestion-items-container::-webkit-scrollbar-track {
|
| 326 |
background-color: #f1f1f1;
|
| 327 |
}
|
| 328 |
+
.cart-item-actions .text-primary {
|
| 329 |
+
margin-top: -10px; /* Add space above the price */
|
| 330 |
+
}
|
| 331 |
+
|
| 332 |
|
| 333 |
</style>
|
| 334 |
</head>
|