From feb6f5645abb06adea9abed3fea1f02ffd79e828 Mon Sep 17 00:00:00 2001 From: vgaNAR6ta Date: Mon, 9 Mar 2026 00:54:43 +0100 Subject: [PATCH] =?UTF-8?q?edit:=20bug=20fix=20sur=20tel,=20probl=C3=A8me?= =?UTF-8?q?=20de=20taille=20et=20d'overflow=20forc=C3=A9=20amenant=20la=20?= =?UTF-8?q?diparition=20de=20la=20bar=20de=20titre=20+=20modif=20typo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/ContactPannel.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/ContactPannel.vue b/src/components/ContactPannel.vue index e79f4f0..c8dceec 100644 --- a/src/components/ContactPannel.vue +++ b/src/components/ContactPannel.vue @@ -59,7 +59,7 @@ } .btnContact b { - font-weight: bold; + font-family: 'lineal'; } #insta{ border-radius:0 0 0 16.1px; @@ -98,11 +98,11 @@ @media(max-width:800px){ #contactPannel{ width:222px; - height:77px; + height:117px; } .btnContact{ - height: 80px; + height: 85px; padding-top: 14px; } }