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 08b900e9ab9fe7f9fe4b8ed7c623c594936782ed
parent 06bd821545a7e25af5a0c570a305855490ff20dc
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Wed, 17 Mar 2021 19:29:50 +0100

Request more space for videos on mobile

This means we will have one video per row more often, which makes the
play button less huge with respect to the rest of the image.

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

diff --git a/stylesheets/galerie.css b/stylesheets/galerie.css @@ -73,6 +73,6 @@ main h1 { --mosaic-side: 8em; } .mosaic.videos { - --mosaic-side: 10em; + --mosaic-side: 18em; } }