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:
@@ -74,7 +74,7 @@ section.banner {
|
||||
align-items: center;
|
||||
width: 100%;
|
||||
height: 30rem;
|
||||
padding-top: 4rem;
|
||||
// padding-top: 4rem;
|
||||
h1,
|
||||
p {
|
||||
position: absolute;
|
||||
|
||||
Reference in New Issue
Block a user