Skip to content

Commit

Permalink
Fix Navbar height
Browse files Browse the repository at this point in the history
  • Loading branch information
oodamien committed Apr 8, 2024
1 parent 7b038d2 commit c5de4ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/css/vars.css
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@
--footer-link-font-color: #111;

/* Dimensions and Positioning */
--navbar-height: calc(83 / var(--rem-base) * 1rem);
--navbar-height: calc(73 / var(--rem-base) * 1rem);
--toolbar-height: calc(45 / var(--rem-base) * 1rem);
--drawer-height: var(--toolbar-height);
--body-top: var(--navbar-height);
Expand Down

0 comments on commit c5de4ff

Please sign in to comment.