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

Tweak alignment of partner logos

Diffstat:
Mstylesheets/contact.css | 5+----
1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/stylesheets/contact.css b/stylesheets/contact.css @@ -10,6 +10,7 @@ main h1 { display: flex; flex-wrap: wrap; align-items: center; + justify-content: center; padding-left: 0; } #partners ul li { @@ -74,8 +75,4 @@ main h1 { #contact-us figure img { max-width: 100%; } - - #partners ul { - justify-content: center; - } }