From 454c0ef65e2ef2619b146bc9d0f6274fc67d1aa4 Mon Sep 17 00:00:00 2001 From: neox Date: Thu, 29 Feb 2024 10:54:14 +0100 Subject: [PATCH] template/styles.css: travail sur header (3) --- template/styles.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/template/styles.css b/template/styles.css index 8b9e0b9..73b3d98 100644 --- a/template/styles.css +++ b/template/styles.css @@ -257,6 +257,7 @@ div#header_abouts { } p#header_title { padding-left: 50px; + margin-top: 70px; color: #FFF; font-weight: bold; font-size: 300%; @@ -265,7 +266,8 @@ p#header_about { font-weight: normal; color: #FFF; font-size: 130%; - margin: 50px; + margin-left: 60px; + margin-top: -30px; }