chore: add gap between cart product actions

This commit is contained in:
jatin 2024-12-16 10:35:27 +05:30
parent 3ef8d861fc
commit 105ed7041a

View File

@ -90,7 +90,7 @@
{$product.total} {$product.total}
{/if} {/if}
</span> </span>
<div class="cart-line-product-actions"> <div class="cart-line-product-actions flex flex-col gap-2">
<a <a
class = "remove-from-cart" class = "remove-from-cart"
rel = "nofollow" rel = "nofollow"