Skip to content

Commit

Permalink
Attempt to fix nav in production documentation (#6238)
Browse files Browse the repository at this point in the history
My deployment to production does not properly render the nav, as it does
locally, e.g.:

<img width="602" alt="Screenshot 2024-08-19 at 6 58 45 PM"
src="https://github.com/user-attachments/assets/32c93ad5-5a36-4843-a835-41431de962dc">
  • Loading branch information
zanieb authored Aug 20, 2024
1 parent c14e30a commit 6dc05a3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/stylesheets/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -148,12 +148,13 @@ See https://github.com/astral-sh/uv/issues/5130 */
}

/* Increase the size of the sections headings, remove the bold */
.md-nav__item--section>.md-nav__link {
.md-nav__container > .md-nav__link:first-child {
font-size: 16px;
font-weight: normal;
margin-bottom: 0.1em;
}
/* Increase the size of the index nav item to match the sections */
.md-nav__item:first-child {
.md-nav_link:first-child {
font-size: 16px;
font-weight: normal;
}
Expand Down

0 comments on commit 6dc05a3

Please sign in to comment.