From 6d0551d08e6a91ab4a7729db5e172df79fbff4fb Mon Sep 17 00:00:00 2001 From: Peter Stuifzand Date: Wed, 5 Aug 2020 10:05:34 +0200 Subject: [PATCH] Improve footer --- editor/src/styles.scss | 4 ++++ templates/layout.html | 2 ++ 2 files changed, 6 insertions(+) diff --git a/editor/src/styles.scss b/editor/src/styles.scss index e032d9f..44d87fa 100644 --- a/editor/src/styles.scss +++ b/editor/src/styles.scss @@ -221,3 +221,7 @@ mark { .section { padding: 0; } + +.footer { + padding: 0 12px; +} diff --git a/templates/layout.html b/templates/layout.html index 236b3d0..c93d511 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -271,10 +271,12 @@ +