From ba54864bdac75096da46301d1b4d085db36c5327 Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Sun, 11 Mar 2018 12:13:12 -0700 Subject: [PATCH] increase padding on footer --- scss/global.scss | 2 +- templates/2xx.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scss/global.scss b/scss/global.scss index 02637520..12857a7e 100644 --- a/scss/global.scss +++ b/scss/global.scss @@ -50,7 +50,7 @@ footer { border-radius: 1px; background: var(--main-bg); font-size: 0.9em; - padding: 10px 20px; + padding: 20px; border: 1px solid var(--main-border); } diff --git a/templates/2xx.html b/templates/2xx.html index c0e5df57..12c28ad8 100644 --- a/templates/2xx.html +++ b/templates/2xx.html @@ -11,7 +11,7 @@