From 8b7c6e1e0663bebe6419442648772fd5508e65e4 Mon Sep 17 00:00:00 2001 From: Kevin Midboe Date: Sat, 19 Apr 2025 18:57:27 +0200 Subject: [PATCH] more margin on footer --- frontend/public/style.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/public/style.scss b/frontend/public/style.scss index f1dd8c3..f3b696a 100644 --- a/frontend/public/style.scss +++ b/frontend/public/style.scss @@ -30,6 +30,7 @@ body { border-radius: 10px; touch-action: manipulation; margin: 2rem; + margin-bottom: 4rem; @media screen and (max-width: 750px) { min-height: 100vh; @@ -49,7 +50,7 @@ h1 { text-transform: uppercase; } -footer { +body > div#app > footer { position: absolute; bottom: 0; left: 0;