From 759b6389b6362864669d68e5132ad57764d826eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tanguy=20G=C3=A9r=C3=B4me?= Date: Tue, 10 Jun 2025 10:49:11 +0300 Subject: [PATCH] Remove bottom margin on header and footer contents --- style/main.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/style/main.scss b/style/main.scss index 5c7a204..1f44593 100644 --- a/style/main.scss +++ b/style/main.scss @@ -102,6 +102,7 @@ body { align-items: center; justify-content: space-between; gap: 16px; + margin-bottom: 0; h1 { display: flex; @@ -193,6 +194,7 @@ body { justify-content: space-between; align-items: center; gap: 8px; + margin-bottom: 0; @media all and (max-width: 400px) { flex-direction: column;