From 88198b16bc38aba5cb8f10daed97e56b5cbf8ebe Mon Sep 17 00:00:00 2001 From: Arham Jain <7073362+ajusa@users.noreply.github.com> Date: Thu, 12 Dec 2019 03:38:47 -0500 Subject: Added CSS to increase the padding on the bottom of the second row (#4436) Allows users with certain browsers and screen sizes to avoid the footer cutting off page content. Fixes #4068. --- Server/webadmin/files/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/Server/webadmin/files/style.css b/Server/webadmin/files/style.css index db111fe1b..4063790e3 100644 --- a/Server/webadmin/files/style.css +++ b/Server/webadmin/files/style.css @@ -51,6 +51,7 @@ h1 { vertical-align: middle; margin-top: 25px; margin-bottom: 25px; + padding-bottom: 65px; } .contention { -- cgit v1.2.3