-
Notifications
You must be signed in to change notification settings - Fork 394
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Next header iteration #2555
Next header iteration #2555
Conversation
* decrease font size for Nav link items * add "Other Tools" to HamburgerMenu
@@ -15,7 +15,7 @@ | |||
z-index: 1; | |||
padding: 16px 24px; | |||
font-weight: 500; | |||
font-size: 18px; | |||
font-size: 16px; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I went ahead and lowered the font for the "Get Started" button. If it didn't need to be decreased as well, let me know!
@@ -58,7 +58,7 @@ | |||
position: fixed; | |||
display: block; | |||
z-index: 2; | |||
top: 78px; | |||
top: var(--layout-header-height); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice catch on the docs menu, the rest of the preview looks good to me too!
HamburgerMenu
16px
and 400 in nav bar linkstop
in the documentation side bar was off due to the nav bar height changing in the last nav iterationFixes #2543