From 39ff29842f18ec8a259fcb60ae4a45fe5a6b3876 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Thu, 18 Mar 2021 21:31:48 +0100 Subject: Tweak 4×1 menu threshold MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Hopefully allowing it to be used on some tablets. --- stylesheets/commun.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylesheets/commun.css b/stylesheets/commun.css index 1afa1b6..38d6cdb 100644 --- a/stylesheets/commun.css +++ b/stylesheets/commun.css @@ -160,7 +160,7 @@ footer.legal { grid-template-columns: repeat(2, minmax(8em, 1fr)); } - @media (min-width: 80em) { + @media (min-width: 60em) { nav > ol { grid-template-columns: repeat(4, minmax(8em, 1fr)); } -- cgit v1.2.3