Skip to content

Commit

Permalink
fix: Header height
Browse files Browse the repository at this point in the history
Fixes #113
  • Loading branch information
dnys1 committed May 13, 2024
1 parent efbf69c commit ffef1fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ pre code {
}

.header {
height: min(calc(100vh - var(--ifm-navbar-height)), 900px);
min-height: min(calc(100vh - var(--ifm-navbar-height)), 900px);
}

.hero-inner {
Expand Down

0 comments on commit ffef1fa

Please sign in to comment.