Skip to content

Commit

Permalink
limit main links height to match new header heights
Browse files Browse the repository at this point in the history
followup for #337
  • Loading branch information
outofambit committed May 8, 2024
1 parent 7e514e7 commit d938d33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Nav/styles.module.scss
Expand Up @@ -51,6 +51,7 @@
padding: 1.25rem;
overflow: hidden;
border-bottom-width: 0;
max-height: calc(50vh - 1px);

.logo {
height: 50px;
Expand Down

0 comments on commit d938d33

Please sign in to comment.