From e48e6a6f6a5b1920b8e920d699cfd516e50f426d Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Sat, 13 Feb 2021 23:23:11 +0100 Subject: Allow 4 menu items on a single row with less width --- stylesheets/commun.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stylesheets/commun.css') diff --git a/stylesheets/commun.css b/stylesheets/commun.css index c6b326d..9012d8c 100644 --- a/stylesheets/commun.css +++ b/stylesheets/commun.css @@ -157,7 +157,7 @@ footer.legal { } } - @media (min-width: 90em) { + @media (min-width: 80em) { nav > ol { grid-template-columns: repeat(auto-fill, minmax(8em, 1fr)); } -- cgit v1.2.3