Update Cards UI

This commit is contained in:
PascalMarchesseault
2024-08-19 18:48:54 -04:00
parent f9e814d989
commit d03a9d24e1
7 changed files with 542 additions and 15 deletions

View File

@@ -7,7 +7,7 @@
<div class="py-4 px-4 min-h-14 md:rounded-t-2xl"
:style="{ backgroundColor: creator.colors.bannerTop || '#6B0065' }">
<div class="w-full flex justify-end gap-14 ">
<div class="w-full flex justify-end gap-6 ">
<a
v-for="socialNetwork in GetSocialsUrls()"
:href="socialNetwork.url"