mirror of
https://github.com/astral-sh/uv.git
synced 2025-11-03 21:23:54 +00:00
Increase padding between each nav section (#5373)
<img width="1259" alt="Screenshot 2024-07-23 at 3 46 45 PM" src="https://github.com/user-attachments/assets/dae4df4e-cea3-41a2-842c-652b4f9ca014"> <img width="1259" alt="Screenshot 2024-07-23 at 3 46 53 PM" src="https://github.com/user-attachments/assets/b0751c4b-80bb-4344-816c-e23d5e45f0e4"> <img width="1259" alt="Screenshot 2024-07-23 at 3 46 57 PM" src="https://github.com/user-attachments/assets/1cea6223-2757-49a0-9b87-1961f9bbd17b"> <img width="1259" alt="Screenshot 2024-07-23 at 3 47 10 PM" src="https://github.com/user-attachments/assets/a41061c6-f198-45ca-91b6-423f46375089">
This commit is contained in:
parent
2271486e0e
commit
499b035c8e
1 changed files with 5 additions and 1 deletions
|
|
@ -106,7 +106,11 @@
|
|||
|
||||
/* Reducing spacing between nav items to fit more content */
|
||||
.md-nav__link {
|
||||
margin-top: 0.3em;
|
||||
margin-top: 0.25em;
|
||||
}
|
||||
/* Retain larger spacing for each top-level section in the nav */
|
||||
.md-nav__item--nested {
|
||||
margin-top: 0.6em;
|
||||
}
|
||||
/* Retain larger spacing for the right-side table-of-contents nav */
|
||||
.md-nav--secondary .md-nav__link {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue