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 0ad0ad343d7fff9003d1921e1ee19b0be4667112
parent 50839a51da751a3567d56f0c869ee715103a9314
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Fri, 26 Feb 2021 20:48:04 +0100

Increase instrument size some more on mobile

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

diff --git a/stylesheets/membre.css b/stylesheets/membre.css @@ -107,6 +107,6 @@ main > img { font-size: 1.2em; } main > .bio-title > h2 { - font-size: 1em; + font-size: 1.2em; } }