From bf1cf25df22e854c45d1834909ba005ccbeb6585 Mon Sep 17 00:00:00 2001 From: Anatasof Wirapraja Date: Mon, 5 Jul 2021 19:47:57 +0700 Subject: remove min-height and reduce padding-top to 3.5 rem to match with navbar size and reverts commit 90089c9b4c2419829eff939ceb51ce522d455c45. --- templates/layout/noleft | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'templates') diff --git a/templates/layout/noleft b/templates/layout/noleft index b282aca..1349a58 100644 --- a/templates/layout/noleft +++ b/templates/layout/noleft @@ -27,8 +27,7 @@ } /* Show it is fixed to the top */ body { - min-height: 75rem; - padding-top: 4.5rem; + padding-top: 3.5rem; } -- cgit v1.2.3