From 2ced9e74348c6d5576f9513daca715811ffee96b Mon Sep 17 00:00:00 2001 From: Lynne Date: Thu, 19 Mar 2020 17:54:37 +1000 Subject: [PATCH] remove bottom margin on body --- assets/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/style.css b/assets/style.css index 46c87c2..65081a8 100644 --- a/assets/style.css +++ b/assets/style.css @@ -15,7 +15,7 @@ body { display: flex; flex-direction: column; min-height: 100vh; - margin: 0 0 15px 0; + margin: 0 0 0 0; } html.night body { color: white; @@ -24,6 +24,7 @@ html.night body { flex-grow: 1; width: 80%; margin: 0 auto; + padding-bottom: 10px; } h1 {