From 808c8608b574ee0c8c879486451e76ee02ad134b Mon Sep 17 00:00:00 2001 From: Jessej Samuel <1234jessej@gmail.com> Date: Sat, 1 Jan 2022 22:09:51 +0530 Subject: [PATCH] Fix bottom scroll bar on main-page --- src/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/style.css b/src/style.css index b8885ff..b37e3ae 100644 --- a/src/style.css +++ b/src/style.css @@ -22,6 +22,7 @@ a:hover { } body { + margin: 0px; width: 100%; height: 100% }