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 24c47ae95e0ab1dbf70a522351d5eb07b2880fe7
parent 7b4a6d4ac296f5170550604474fede05c98fea06
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Tue,  3 Nov 2020 23:16:17 +0100

Reduce banner height

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

diff --git a/commun.css b/commun.css @@ -9,6 +9,10 @@ header .brand { max-width: 40%; } +.brand h1 { + margin: 0; +} + .brand img { height: 3em; }