Fixe UpperBanner

This commit is contained in:
PascalMarchesseault
2024-08-19 16:28:20 -04:00
parent 27e2505fec
commit acda3e6b2a

View File

@@ -1,13 +1,13 @@
<template> <template>
<!-- Bannière--> <!-- Bannière-->
<div> <div>
<div class="relative z-20"> <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-none lg:rounded-t-2xl" <div class="py-4 px-4 min-h-14 md:rounded-t-none md:rounded-t-2xl"
:style="{ backgroundColor: creator.colors.bannerTop || '#6B0065' }"> :style="{ backgroundColor: creator.colors.bannerTop || '#6B0065' }">
<div class="w-full flex justify-end gap-14 mt-2"> <div class="w-full flex justify-end gap-14 ">
<a <a
v-for="socialNetwork in GetSocialsUrls()" v-for="socialNetwork in GetSocialsUrls()"
:href="socialNetwork.url" :href="socialNetwork.url"