edit: bug fix sur tel, problème de taille et d'overflow forcé amenant la diparition de la bar de titre + modif typo

This commit is contained in:
2026-03-09 00:54:43 +01:00
parent b15fd618ce
commit feb6f5645a
+3 -3
View File
@@ -59,7 +59,7 @@
} }
.btnContact b { .btnContact b {
font-weight: bold; font-family: 'lineal';
} }
#insta{ #insta{
border-radius:0 0 0 16.1px; border-radius:0 0 0 16.1px;
@@ -98,11 +98,11 @@
@media(max-width:800px){ @media(max-width:800px){
#contactPannel{ #contactPannel{
width:222px; width:222px;
height:77px; height:117px;
} }
.btnContact{ .btnContact{
height: 80px; height: 85px;
padding-top: 14px; padding-top: 14px;
} }
} }