Skip to content

Commit

Permalink
fix: set all header styles
Browse files Browse the repository at this point in the history
  • Loading branch information
fkakatie committed Apr 15, 2024
1 parent a9990ab commit 7732329
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -541,16 +541,17 @@ body.appear {
}

body main {
margin-top: var(--nav-height-mobile);
padding-top: var(--nav-height-mobile);
}

header {
position: fixed;
height: var(--nav-height-mobile);
}

@media (min-width: 1200px) {
body main {
margin-top: var(--nav-height-desktop);
padding-top: var(--nav-height-desktop);
}

header {
Expand Down

0 comments on commit 7732329

Please sign in to comment.