Skip to content

Commit 679e082

Browse files
adjusted css to fix table of contents scroll issues on smaller screens
1 parent 88988ad commit 679e082

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

docs/_includes/head_custom.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,13 @@
55
.side-bar {
66
padding-top: 8.5rem;
77
}
8+
9+
.site-nav {
10+
padding-top: 0rem !important;
11+
}
12+
13+
.site-title{
14+
font-weight: lighter;
15+
font-size: 1rem !important;
16+
}
817
</style>

0 commit comments

Comments
 (0)