fix safari margin issue

This commit is contained in:
Benny Samir Hierl 2022-02-07 21:56:47 +01:00
parent 7a40d60979
commit bb3d4c1826

View file

@ -53,7 +53,7 @@ const bought = async (item: WishlistItemType): Promise<void> => {
</div> </div>
<div <div
v-if="notBoughtItems && notBoughtItems.length > 0" v-if="notBoughtItems && notBoughtItems.length > 0"
class="flex flex-col space-y-14 md:space-y-8 my-10" class="flex flex-col space-y-14 md:space-y-8 py-10"
> >
<WishlistItem <WishlistItem
v-for="(item, index) in notBoughtItems" v-for="(item, index) in notBoughtItems"