summaryrefslogtreecommitdiff
path: root/stylesheets/commun.css
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2021-02-13 23:23:11 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2021-02-13 23:23:11 +0100
commite48e6a6f6a5b1920b8e920d699cfd516e50f426d (patch)
tree549f8e58ee2000ad0c50de170cc2d00e836b3ab0 /stylesheets/commun.css
parent5f558a0c5ac5b8614f626fe5ac6cbb29df43e926 (diff)
downloadquatuorbellefeuille.com-e48e6a6f6a5b1920b8e920d699cfd516e50f426d.tar.xz
Allow 4 menu items on a single row with less width
Diffstat (limited to 'stylesheets/commun.css')
-rw-r--r--stylesheets/commun.css2
1 files changed, 1 insertions, 1 deletions
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));
}