Fix spacing

This commit is contained in:
Çetin
2025-01-08 12:41:37 +03:00
parent bab9fc76b1
commit bbb0a55975

View File

@@ -56,7 +56,7 @@ import { Product, ProductService } from '../service/product.service';
</div>
</div>
</div>
<div class="flex flex-col md:items-end gap-20">
<div class="flex flex-col md:items-end gap-8">
<span class="text-xl font-semibold">$ {{ item.price }}</span>
<div class="flex flex-row-reverse md:flex-row gap-2">
<p-button icon="pi pi-heart" styleClass="h-full" [outlined]="true"></p-button>