Skip to content

Commit

Permalink
Fixed navigation menu visibility issues (hopefully)
Browse files Browse the repository at this point in the history
  • Loading branch information
rudrathegreat authored Aug 13, 2024
1 parent 80041c1 commit db060c7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions homepage.css
Original file line number Diff line number Diff line change
Expand Up @@ -1420,9 +1420,14 @@ h3 {
--extreme-font-size:30px;
}

.menu {
height:100svh;
}

.hero {
flex-direction: column;
margin-bottom:0;
height:100svh;
}

.hero > div > div {
Expand Down

0 comments on commit db060c7

Please sign in to comment.