From a111a24188870f0c72ead3f760574283c1be0c13 Mon Sep 17 00:00:00 2001 From: Niklas Buschmann Date: Wed, 25 Nov 2020 23:45:00 +0100 Subject: [PATCH] merge upstream --- static/css/index.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/static/css/index.css b/static/css/index.css index 983c007..029ccdb 100644 --- a/static/css/index.css +++ b/static/css/index.css @@ -37,6 +37,7 @@ body { font-weight: 400; line-height: 1.6; margin: 0; + min-height: 100vh; -webkit-text-size-adjust: 100%; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; @@ -169,10 +170,6 @@ body > header, body > article, body > footer { background: #393b45; padding: 0 calc(38% - 18em); } - body { - background: #ffffff; - min-height: 100vh; - } body > header, body > article, body > footer { padding: 1.7em 12.5%; }