Skip to content

Commit 64f5507

Browse files
committed
added styling for toc and sidebar
1 parent c799ac9 commit 64f5507

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

custom-implementation/src/main.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,11 @@
2828
}
2929

3030
#fern-toc {
31-
margin: 64px 0px!important; /* Push TOC below header */
31+
padding: 42px 0px !important;
3232
}
3333

3434
#fern-sidebar {
35-
margin: 32px 0px !important; /* Push TOC and sidebar below header */
35+
padding: 42px 0px !important;
3636
}
3737

38+

0 commit comments

Comments
 (0)