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 5fce06edbeaf2a157cce8718ca0da52b4626a1b9
parent c4230643d90bf2b724d9549dde5a500fccfdb1ae
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Tue,  9 Feb 2021 01:12:55 +0100

Force linebreak in quatuor name

A bit hackish.  A simple <br> in the HTML might be less brittle…

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

diff --git a/stylesheets/commun.css b/stylesheets/commun.css @@ -97,6 +97,7 @@ footer.legal { header.banner h1 { font-size: 2.4rem; font-weight: normal; + max-width: 6em; /* Force linebreak. */ } header.menu {