From e82a72e9b7a719c0a6d11bb7f7f39ef37f8757a2 Mon Sep 17 00:00:00 2001 From: Tanner Date: Tue, 24 Sep 2019 18:40:22 +0000 Subject: [PATCH] Add huge margin to bottom of body for better pagescroll --- webclient/src/Style-light.css | 1 + 1 file changed, 1 insertion(+) diff --git a/webclient/src/Style-light.css b/webclient/src/Style-light.css index 3305d49..23ac188 100644 --- a/webclient/src/Style-light.css +++ b/webclient/src/Style-light.css @@ -2,6 +2,7 @@ body { text-rendering: optimizeLegibility; font: 1rem/1.3 sans-serif; color: #000000; + margin-bottom: 50%; } a {