From 845a2f151a03424c210ed864bd19c8c31e39192c Mon Sep 17 00:00:00 2001 From: welpo Date: Wed, 8 Mar 2023 23:17:12 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20style:=20increase=20content=20bo?= =?UTF-8?q?ttom=20margin=20in=20small=20screens?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sass/main.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sass/main.scss b/sass/main.scss index 6ce1de3..de63907 100644 --- a/sass/main.scss +++ b/sass/main.scss @@ -108,7 +108,7 @@ body { max-width: var(--max-layout-width); margin: 0 auto; margin-top: 6vmin; - margin-bottom: 6vmin; + margin-bottom: 4rem; padding: 0 24px; word-wrap: break-word; }