From fe5ddc895baba483054ef63f2f7cc59cdeb484d6 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Fri, 19 Aug 2016 14:39:44 +0200 Subject: [PATCH] Add space at page bottom --- static/default_style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/default_style.css b/static/default_style.css index f869614..4d95c38 100644 --- a/static/default_style.css +++ b/static/default_style.css @@ -8,4 +8,5 @@ body { font-size: 1rem; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; line-height: 1.5; + padding-bottom: 1em; }