From 7116e96a56b798a77e0e0240e72649ac7d084db2 Mon Sep 17 00:00:00 2001 From: Stephan Date: Wed, 17 Mar 2021 20:19:35 +0100 Subject: [PATCH] WIP: Improved transition from content to footer a bit. Not a final solution :( --- assets/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/css/style.css b/assets/css/style.css index 85a1d4bc..62a4ee0d 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -809,6 +809,7 @@ hr.-even { footer { background-color: var(--wtf-footer-grey); color: var(--wtf-nearly-white); + margin-top: 5rem; padding: 0 0 3% 0; display: grid; grid-template-rows: 46px auto;