From e1cadabd024c067ad75bd9326f616a2ce0d09620 Mon Sep 17 00:00:00 2001 From: Dorian Lesbre <dorian.lesbre@gmail.com> Date: Mon, 11 Jan 2021 11:35:17 +0100 Subject: [PATCH] Smaller header margins --- home/static/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/home/static/css/style.css b/home/static/css/style.css index aa5b1eb..320024f 100644 --- a/home/static/css/style.css +++ b/home/static/css/style.css @@ -45,6 +45,7 @@ header h1, header h1 a, header h1 a:visited, header h1 a:active { color: inherit; font-size: 70px; text-decoration: none; + margin: 10px 0; } header #head_main_infos { -- GitLab