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 bb565cff962b3b439b7a98b51d1d0a0de7b58870
parent c611c8ed6766365079f8a16ab5ddf4f9b774f371
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Thu, 11 Mar 2021 21:06:40 +0100

Waste a few more minutes of my life working around Chrome

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

diff --git a/stylesheets/commun.css b/stylesheets/commun.css @@ -231,6 +231,10 @@ footer.legal { transform: rotate(180deg); padding: 1rem 0.5rem; margin: 0; /* Compensate padding. */ + /* For some reason, Chrome (not Chromium, just Chrome) misaligns this + * if we don't ropecast an align-items on this element. */ + display: flex; + align-items: center; } }