Fix header padding on non-hero pages

This commit is contained in:
Daniel_I_Am 2022-06-11 18:12:24 +02:00
parent 6b52dbc0ab
commit 3714a0c5cf

View File

@ -2,9 +2,11 @@ header {
position: relative;
background-color: $background-header;
padding-top: 3rem;
padding-bottom: 3rem;
@media (max-width: $sm) {
padding-top: 1rem;
padding-bottom: 1rem;
}
.top-bar {
@ -89,7 +91,7 @@ header {
overflow: hidden;
display: block;
height: 90px;
height: 40px;
z-index: 3;
svg {