commit 39ff29842f18ec8a259fcb60ae4a45fe5a6b3876
parent f038fe0410b0fdb946f86e6a10b74ab374ee7fe0
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date: Thu, 18 Mar 2021 21:31:48 +0100
Tweak 4×1 menu threshold
Hopefully allowing it to be used on some tablets.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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));
}