From a5beddc7180d488ff590838e8ef466564b5307a1 Mon Sep 17 00:00:00 2001 From: Alexis Lahouze Date: Tue, 24 Mar 2026 22:55:36 +0100 Subject: [PATCH] =?UTF-8?q?S=C3=A9paration=20de=20l'ent=C3=AAte=20avec=20l?= =?UTF-8?q?a=20partie=20principale=20de=20la=20page.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/style/main.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/assets/style/main.scss b/assets/style/main.scss index 0ace60c..4962373 100644 --- a/assets/style/main.scss +++ b/assets/style/main.scss @@ -119,6 +119,11 @@ code:not([class]) { color: $green; } +// Espace après l'entête. +header { + padding-bottom: 1em; +} + // Soulignement des titres h1 { font-size: 1em;