aboutsummaryrefslogtreecommitdiff
path: root/sass/juice.scss
diff options
context:
space:
mode:
authorAlex <alex@adnab.me>2022-08-26 15:20:51 +0200
committerAlex <alex@adnab.me>2022-08-26 15:20:51 +0200
commit00c15b8e03f9112086c3c14b1f354ffe638f6954 (patch)
treeca370f4bdf26c94b64375971a8f00edd0217b01f /sass/juice.scss
parent8e9a22542027548cc9a93c491a9851e33d4ac459 (diff)
parentfdd80f29108dee541941de2a3218ac7950c15462 (diff)
downloadguide.deuxfleurs.fr-00c15b8e03f9112086c3c14b1f354ffe638f6954.tar.gz
guide.deuxfleurs.fr-00c15b8e03f9112086c3c14b1f354ffe638f6954.zip
Merge branch 'main' into vincent-main
Diffstat (limited to 'sass/juice.scss')
-rw-r--r--sass/juice.scss5
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;
}
}