From fdd80f29108dee541941de2a3218ac7950c15462 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Fri, 26 Aug 2022 15:08:52 +0200 Subject: Petites corrections d'apparence --- sass/juice.scss | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'sass') 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; } } -- cgit v1.2.3