From 0439f4219e5f2e6a7ebbe8324fe8a5dbd456822a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?William=20Herg=C3=A8s?= Date: Sun, 7 Sep 2025 13:43:56 +0200 Subject: fix(style): margin bottom under main content on mobile --- scss/main.scss | 1 + 1 file changed, 1 insertion(+) (limited to 'scss') diff --git a/scss/main.scss b/scss/main.scss index 70aef1e..8723941 100644 --- a/scss/main.scss +++ b/scss/main.scss @@ -84,6 +84,7 @@ main { min-height: 100vh; max-height: none; margin-top: 0; + margin-bottom: 0; border-radius: 0; } } -- cgit v1.2.3