Skip to content

Commit eaed03d

Browse files
committed
fix(toc): padding-left of nested headings
1 parent 6f07db7 commit eaed03d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

default.hbs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,13 @@
2222
position: relative;
2323
}
2424
25+
.gh-toc .toc-list {
26+
padding-left: 1.3em;
27+
}
28+
2529
.gh-toc > .toc-list {
2630
position: relative;
31+
padding-left: 10px !important;
2732
}
2833
2934
.toc-list {

0 commit comments

Comments
 (0)