From 2ed65e417f17d58a57226701a21768d74c2abc4b Mon Sep 17 00:00:00 2001 From: Peter Stuifzand Date: Wed, 12 Jan 2022 22:45:13 +0100 Subject: [PATCH] Problem: there is not much space at the bottom of the page Solution: add a large margin-top on the footer --- editor/src/styles.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/editor/src/styles.scss b/editor/src/styles.scss index a8d38ec..237b522 100644 --- a/editor/src/styles.scss +++ b/editor/src/styles.scss @@ -340,6 +340,7 @@ mark { .footer { padding: 0 12px; + margin-top: 300px; } .wiki-list-editor {