aboutsummaryrefslogtreecommitdiff
path: root/sass
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2022-08-26 15:08:52 +0200
committerAlex Auvolat <alex@adnab.me>2022-08-26 15:08:52 +0200
commitfdd80f29108dee541941de2a3218ac7950c15462 (patch)
treec7e079d5a84674acc12c5710b8eeca1509d4567f /sass
parentbdcdb37dd1afe942fdb7be130b1fe8d844f0c30e (diff)
downloadguide.deuxfleurs.fr-fdd80f29108dee541941de2a3218ac7950c15462.tar.gz
guide.deuxfleurs.fr-fdd80f29108dee541941de2a3218ac7950c15462.zip
Petites corrections d'apparence
Diffstat (limited to 'sass')
-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;
}
}