From a1607fd4af09d67867cbea2b837430ed367bdd8d Mon Sep 17 00:00:00 2001 From: ADRN Date: Sat, 7 Dec 2024 17:25:14 +0100 Subject: [PATCH] =?UTF-8?q?hotfix:=20ajout=20des=20sections=20m=C3=AAme=20?= =?UTF-8?q?sur=20mobile=20avec=20un=20style=20pas=20trop=20d=C3=A9gueu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sass/juice.scss | 13 +++++++++++-- 1 file 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 +}