Skip to content

Commit

Permalink
temp height fix (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasthachil authored Mar 20, 2024
1 parent 455d0b7 commit 25f25ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/NewHomePage/TitlePage/TitlePage.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
background-color: #F3F3F3;
display: flex;
height: calc(100vh - var(--ifm-navbar-height));
min-height: 860px;
min-height: 920px;
flex-direction: column;
justify-content: space-between;
}
Expand Down

0 comments on commit 25f25ad

Please sign in to comment.