From de36eb50407ba97bad872ccad662f69e5270111b Mon Sep 17 00:00:00 2001 From: dm1sh Date: Thu, 22 Apr 2021 00:17:38 +0500 Subject: [PATCH] Fixed bottom spacing styles --- static/style.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/static/style.css b/static/style.css index bdb5503..c956d9a 100644 --- a/static/style.css +++ b/static/style.css @@ -17,11 +17,6 @@ color: var(--background); } -html, -body { - height: 100%; -} - body { background-color: var(--background); border-top: solid 5px var(--accent);