From 9d7c1ff428b01d2ea6a56b96d61172e2ff6cfe5e Mon Sep 17 00:00:00 2001 From: leon Date: Thu, 28 Dec 2023 13:02:18 -0800 Subject: [PATCH] moved default footer position higher --- styles/pageWrapper.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/pageWrapper.module.scss b/styles/pageWrapper.module.scss index 83baf7f..6d2a153 100644 --- a/styles/pageWrapper.module.scss +++ b/styles/pageWrapper.module.scss @@ -1,3 +1,3 @@ .bodyContainer { - min-height: 100lvh; + min-height: calc(100lvh - 25lvh); }