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:
Zanie Blue 2024-07-23 18:31:12 -04:00 committed by GitHub
parent 2271486e0e
commit 499b035c8e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 {