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 1959fd60ae4552df7d6a263898a3dc6ea5ebe5bd
parent 21703014e894d178ed3240500090aac11036865d
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Thu, 11 Mar 2021 22:35:29 +0100

Increase title sizes in individual bios with intermediate layout

Diffstat:
Mstylesheets/membre.css | 10++--------
1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/stylesheets/membre.css b/stylesheets/membre.css @@ -15,11 +15,13 @@ main > .bio-title > * { h1.name { text-transform: uppercase; + font-size: xx-large; color: var(--emph1-color); } h2.instrument { font-weight: normal; + font-size: x-large; color: var(--emph2-color); } @@ -68,14 +70,6 @@ main > img { margin: var(--main-top-margin) 0; } - .bio-title h1.name { - font-size: xx-large; - } - - .bio-title h2.instrument { - font-size: x-large; - } - main > img { margin-top: var(--main-top-margin); position: sticky;