From c9aff025aa7e01badaad8467af6165b400cdaac4 Mon Sep 17 00:00:00 2001 From: polo Date: Wed, 22 Oct 2025 15:28:02 +0200 Subject: =?UTF-8?q?possibilit=C3=A9=20d'=C3=A9diter=20le=20texte=20dans=20?= =?UTF-8?q?header=20et=20footer,=20class=20JS=20InputText,=20Model::findWh?= =?UTF-8?q?ateverNode?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/css/head.css | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'public/css/head.css') diff --git a/public/css/head.css b/public/css/head.css index be938bb..b173077 100644 --- a/public/css/head.css +++ b/public/css/head.css @@ -24,6 +24,8 @@ header grid-template-columns: 1fr 1fr 1fr; align-items: end; } +/*.header_left_col +{}*/ @media screen and (max-width: 1000px){ .header-content{ padding: 18px 0; @@ -36,7 +38,7 @@ header display: block; padding: 18px; } - .head_logo + #header_logo { display: none; } @@ -74,12 +76,18 @@ header a color: unset; /* ne plus hériter */ text-decoration: none; } +#edit_favicon_zone +{ + margin-bottom: 10px; +} +/*.header_right_col +{}*/ .social { /*align-self: end;*/ /*padding: 4px;*/ } -.social img +.social a img { width: 25px; background-color: #ffffffb3; -- cgit v1.2.3