quatuorbellefeuille.com

Content, build scripts and admin scripts for the Bellefeuille Quartet website.
git clone https://git.kevinlegouguec.net/quatuorbellefeuille.com
Log | Files | Refs

commit e48e6a6f6a5b1920b8e920d699cfd516e50f426d
parent 5f558a0c5ac5b8614f626fe5ac6cbb29df43e926
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Sat, 13 Feb 2021 23:23:11 +0100

Allow 4 menu items on a single row with less width

Diffstat:
Mstylesheets/commun.css | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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)); }