Skip to content

Commit ad10c29

Browse files
committed
add padding to sidebar nav
1 parent 58bac05 commit ad10c29

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/src/static/css/extra.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,11 @@
217217
.md-nav__item--nested .md-nav__item .md-nav__item .md-nav__link {
218218
font-weight: 300;
219219
}
220+
221+
.md-nav__item--nested .md-nav__item .md-nav__item .md-nav__link {
222+
font-weight: 400;
223+
padding-left: 1.25rem;
224+
}
220225
}
221226

222227
/* Table of Contents styling */

0 commit comments

Comments
 (0)