From 0bdea75b18169615084163b598818978da68b646 Mon Sep 17 00:00:00 2001 From: futile Date: Thu, 5 Dec 2024 23:50:18 +0000 Subject: [PATCH] make buttons closer to content when footer is dynamic --- static/www/style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/www/style.scss b/static/www/style.scss index fffc49b..e47a337 100644 --- a/static/www/style.scss +++ b/static/www/style.scss @@ -146,7 +146,7 @@ ul.footer { } .footer-container { - margin: 64px auto auto auto; + margin: 20px auto auto auto; @media (min-height: 816px) { position: absolute;