Skip to content

Commit

Permalink
fix: Header height (#115)
Browse files Browse the repository at this point in the history
Fixes #113
  • Loading branch information
dnys1 authored May 13, 2024
1 parent acb16a7 commit df80d9d
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 df80d9d

Please sign in to comment.