Fix socialnetwork space between icons

This commit is contained in:
PascalMarchesseault
2024-09-10 01:11:29 -04:00
parent 154512e4e7
commit 3e477e36a1

View File

@@ -4,10 +4,10 @@
<div class="relative z-20 -mt-2 md:mt-2"> <div class="relative z-20 -mt-2 md:mt-2">
<div> <div>
<!-- Social Network UpperPart--> <!-- Social Network UpperPart-->
<div class="py-4 px-4 min-h-14 md:rounded-t-2xl" <div class="py-4 min-h-14 md:rounded-t-2xl"
:style="{ backgroundColor: creator.colors.bannerTop || '#6B0065' }"> :style="{ backgroundColor: creator.colors.bannerTop || '#6B0065' }">
<div class=" flex jw-full justify-evenly max-h-8"> <div class=" flex w-full justify-evenly max-h-8">
<a <a
v-for="socialNetwork in GetSocialsUrls()" v-for="socialNetwork in GetSocialsUrls()"
:href="socialNetwork.url" :href="socialNetwork.url"