aboutsummaryrefslogtreecommitdiff
path: root/sass/juice.scss
diff options
context:
space:
mode:
authorADRN <adrien@luxeylab.net>2024-12-07 17:25:14 +0100
committerADRN <adrien@luxeylab.net>2024-12-07 17:25:14 +0100
commita1607fd4af09d67867cbea2b837430ed367bdd8d (patch)
treebda46e4bd2247d938f4b783e44806e1c1b87074e /sass/juice.scss
parent260bc0b7840fed79e94238db9fc8b7cae64842f6 (diff)
downloadguide.deuxfleurs.fr-a1607fd4af09d67867cbea2b837430ed367bdd8d.tar.gz
guide.deuxfleurs.fr-a1607fd4af09d67867cbea2b837430ed367bdd8d.zip
hotfix: ajout des sections même sur mobile avec un style pas trop dégueu
Diffstat (limited to 'sass/juice.scss')
-rw-r--r--sass/juice.scss13
1 files changed, 11 insertions, 2 deletions
diff --git a/sass/juice.scss b/sass/juice.scss
index 7866bb4..fd1086f 100644
--- a/sass/juice.scss
+++ b/sass/juice.scss
@@ -196,7 +196,16 @@ footer {
}
header nav {
- display: none;
+ /* display: none; */
+ line-height: 3em;
+ margin-top: 1em;
+ margin-bottom: 1em;
+ font-size: 1em;
+ text-align: center;
+
+ li {
+ white-space: nowrap;
+ }
}
.logo {
@@ -323,4 +332,4 @@ footer {
#menu-toggle:checked ~ .toc-item {
display: block;
}
-} \ No newline at end of file
+}