From d8fbbe070605e616b2fca7c5e342f421a19bf4e7 Mon Sep 17 00:00:00 2001 From: jakubmanczak Date: Mon, 8 Aug 2022 15:14:37 +0200 Subject: [PATCH] fix: nav lengthens landing banner as side effect a measure was already in place to make sure content wouldn't get eaten by the fixed navbar - but not a global one simply removing the prior one to make sure they don't stack and thus extend the length of the banner --- styles/globals.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/globals.scss b/styles/globals.scss index 2fafe2e..18e87af 100644 --- a/styles/globals.scss +++ b/styles/globals.scss @@ -74,7 +74,7 @@ section.banner { align-items: center; width: 100%; height: 30rem; - padding-top: 4rem; + // padding-top: 4rem; h1, p { position: absolute;