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 ba3d15f57d257b7a3102f1d25f759afd7f74dc00
parent e47682573248366ad78f20debf5223c5ece6c3ab
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Mon,  8 Mar 2021 00:35:56 +0100

Tweak thumbnail framing

Diffstat:
Mgalerie.html | 6++++--
1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/galerie.html b/galerie.html @@ -4,7 +4,8 @@ <div class="photo"> <a href="images/photos/PierreVaillant2.jpg" target="_blank"> - <img src="images/photos/PierreVaillant2.jpg"> + <img src="images/photos/PierreVaillant2.jpg" + style="object-position: center bottom"> </a> <p class="credits"><span class="name">Pierre Vaillant</span></p> </div> @@ -25,7 +26,8 @@ <div class="photo"> <a href="images/photos/PierreVaillant3.jpg" target="_blank"> - <img src="images/photos/PierreVaillant3.jpg"> + <img src="images/photos/PierreVaillant3.jpg" + style="object-position: 20% center"> </a> <p class="credits"><span class="name">Pierre Vaillant</span></p> </div>