nagasurendra commited on
Commit
d5948aa
·
verified ·
1 Parent(s): 091d3e9

Update templates/cart.html

Browse files
Files changed (1) hide show
  1. 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>