diff options
Diffstat (limited to 'sass/juice.scss')
-rw-r--r-- | sass/juice.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sass/juice.scss b/sass/juice.scss index 0e35b9b..04136a1 100644 --- a/sass/juice.scss +++ b/sass/juice.scss @@ -102,6 +102,10 @@ main { font-weight: bold; } + .nav-subsection { + padding-top: 10px; + } + .toc-item a, .toc-item-child a { color: var(--secondary-text-color); @@ -156,6 +160,7 @@ footer { .content { max-width: 60%; min-width: 800px; + overflow: hidden; } } |