From 4ee4ea682ea20d9821300acfab37756f7574ed08 Mon Sep 17 00:00:00 2001 From: Boris Paing Date: Sun, 13 Dec 2020 22:51:54 +0100 Subject: [PATCH] FIX: marge haute du header --- themes/attilax/layout.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/themes/attilax/layout.css b/themes/attilax/layout.css index 2202b25..4e155b5 100644 --- a/themes/attilax/layout.css +++ b/themes/attilax/layout.css @@ -28,6 +28,11 @@ body > header { margin-bottom: 2rem; } +body > header > :first-child { + + margin-top: 2rem; +} + body > header a span { display: none;