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 ca60a47d570b86562be384477e84d4b4fc9dc968
parent a19e92a310f15a107b214c691758e0da22182460
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Sat,  6 Mar 2021 18:17:12 +0100

Reduce banner size

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

diff --git a/stylesheets/commun.css b/stylesheets/commun.css @@ -98,8 +98,8 @@ footer.legal { @media (min-width: 40em) { body { - --banner-logo-height: 11rem; - --banner-name-height: 2.4rem; + --banner-logo-height: 8.5rem; + --banner-name-height: 2rem; --menu-top-margin: calc((var(--banner-logo-height) - 2 * var(--banner-name-height)) / 2);