mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-07 21:35:00 +00:00
Merge b4bb42d36a
into ae500c95d2
This commit is contained in:
commit
b92a4bda03
1 changed files with 2 additions and 1 deletions
|
@ -144,6 +144,7 @@ because the nav is in a hamburger menu anyway
|
|||
.md-nav__item--section > .md-nav__link {
|
||||
font-weight: normal;
|
||||
font-size: 0.85rem;
|
||||
padding-bottom: 0.15em;
|
||||
}
|
||||
/* Reducing spacing between nav items to fit more content
|
||||
First, disable `nav__link` spacing then use `nav__item` to enforce margins this reduces inconsistencies in the spacing. */
|
||||
|
@ -156,7 +157,7 @@ because the nav is in a hamburger menu anyway
|
|||
/* Use larger spacing for the sections headings */
|
||||
.md-nav--primary .md-nav__item--section {
|
||||
margin-bottom: 0.75em;
|
||||
margin-top: 1em;
|
||||
margin-top: 1.25em;
|
||||
}
|
||||
/* Decrease the font size of items in a collapsible section */
|
||||
.md-nav__item--section> .md-nav > .md-nav__list > .md-nav__item > .md-nav > .md-nav__list {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue