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 78a08a151bf072f27f3b7e53bf2dcdb0912c03cf
parent 08765b8f45ca05fc790cbbb79ee94fb3b85dbb5c
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Wed, 10 Feb 2021 00:47:35 +0100

Fixup width of Enguerrand's portrait

Diffstat:
Menguerrand.html | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/enguerrand.html b/enguerrand.html @@ -51,6 +51,6 @@ </dl> </div> <div id="photo" style="background-color: #f84;"> - <img src="images/enguerrand/portrait.png" style="width: 80vh;"> + <img src="images/enguerrand/portrait.png" style="width: 100%;"> </div> </main>