From be1d4e8d769ec03d5703caba5ca37c413372f7d0 Mon Sep 17 00:00:00 2001 From: neox Date: Thu, 29 Feb 2024 10:57:15 +0100 Subject: [PATCH] template/styles.css: travail sur header, correction marges mobile --- template/styles.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/template/styles.css b/template/styles.css index 73b3d98..1c7228b 100644 --- a/template/styles.css +++ b/template/styles.css @@ -365,10 +365,10 @@ a.footer_cr_link {} } p#header_about { - padding-left: 0px; - margin-top: 0px; + font-weight: normal; color: #FFF; font-size: 100%; - text-align: center; + margin-left: 60px; + margin-top: -10px; } }