From 52ae54d2f8392347e33858e049b41eb191d80d96 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Thu, 22 Dec 2022 00:39:12 +0100 Subject: [PATCH] =?UTF-8?q?r=C3=A9tablit=20en-t=C3=AAte=20comme=20avant?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sass/juice.scss | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/sass/juice.scss b/sass/juice.scss index ade6dd9..122711e 100644 --- a/sass/juice.scss +++ b/sass/juice.scss @@ -191,8 +191,10 @@ main details#navigation-toggle summary { @media screen and (max-width: 768px) { header { - padding: 10px 20px; - display: block; + padding: 10px 30px; + flex-direction: column; + align-items: center; + justify-content: center; } header nav { @@ -250,12 +252,9 @@ main details#navigation-toggle summary { .explore-more { display: none; } - - } - -/* *********** */ +/* Disposition spécifique du menu pour mobile; menu déroulable pour mobile */ #menu-toggle { display: none;