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 e76738083df69add1b93273de2a21355d5b003ea
parent 25d059552827e36a0806b0014ffed080725557e2
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Tue, 16 Feb 2021 23:27:20 +0100

Reduce title size on mobile

So that the photo can get some space to breathe.

Diffstat:
Mstylesheets/membre.css | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git a/stylesheets/membre.css b/stylesheets/membre.css @@ -76,3 +76,10 @@ main > img { grid-row: 2; } } + +@media (max-width: 40em) +{ + main > h1 { + font-size: 1.2em; + } +}