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 ef81f91d2f30e60d813dec7d5004b96a5442696f
parent d085c2001a7c73414411d3c7e51329c44f7c811b
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Tue, 24 Nov 2020 01:29:27 +0100

Mitigate issue when zoomed in

Don't know why, but the text stops being centered then.

Of course, the real issue is that the current cell dimensions are
inane and not responsive.  Will need to make them saner.

Diffstat:
Mactualités.css | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/actualités.css b/actualités.css @@ -50,6 +50,7 @@ main > div { opacity: 0; z-index: 1; font-weight: bold; + text-align: center; color: white; transition: 0.5s; }