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
This commit is contained in:
2022-08-08 15:14:37 +02:00
parent a6ac9b7665
commit d8fbbe0706

View File

@@ -74,7 +74,7 @@ section.banner {
align-items: center;
width: 100%;
height: 30rem;
padding-top: 4rem;
// padding-top: 4rem;
h1,
p {
position: absolute;