From 1d9a9053e466bab2e19dc29bb70f1085fe2f8a16 Mon Sep 17 00:00:00 2001 From: LuK1337 Date: Wed, 12 Jun 2024 23:02:52 +0200 Subject: [PATCH] Remove unnecessary .container CSS rules This gets rid of unwanted vertical scrollbar on the home page. --- src/themes/style.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/themes/style.css b/src/themes/style.css index d203af4..3eb8b49 100644 --- a/src/themes/style.css +++ b/src/themes/style.css @@ -137,9 +137,7 @@ a, a:visited, a:hover { .container { display: grid; grid-template-columns: 4fr 1fr; - grid-template-rows: 1fr 1fr 1fr 1fr 20fr; grid-gap: 2em; - height: 96vh; align-items: stretch; justify-items: stretch; margin: 1em 2em 0em 2em;