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 0229130aadbc07d917fad810d26eefa18c5321e8
parent 372c30477e54a3bd4d5ce7e8cdfb85db2cfb9347
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Sat,  6 Mar 2021 22:08:45 +0100

Tweak title sizes and colors

Diffstat:
Mstylesheets/actualités.css | 4++++
Mstylesheets/commun.css | 4++++
Mstylesheets/contact.css | 5++++-
Mstylesheets/galerie.css | 4++++
Mstylesheets/membre.css | 8++++++++
5 files changed, 24 insertions(+), 1 deletion(-)

diff --git a/stylesheets/actualités.css b/stylesheets/actualités.css @@ -1,3 +1,7 @@ +main h1 { + color: var(--gold); +} + #event-list { max-height: 60vh; overflow: auto; diff --git a/stylesheets/commun.css b/stylesheets/commun.css @@ -200,6 +200,10 @@ footer.legal { margin-left: 4em; } + main h1 { + font-size: 1.4em; + } + footer.social { grid-row: 1 / -2; grid-column: 5; diff --git a/stylesheets/contact.css b/stylesheets/contact.css @@ -1,3 +1,7 @@ +main h1 { + color: #377d1f; +} + @media (min-width: 40em) { main { display: grid; @@ -5,7 +9,6 @@ } main h1 { - color: #377d1f; margin-top: 0; } diff --git a/stylesheets/galerie.css b/stylesheets/galerie.css @@ -1,3 +1,7 @@ +main h1 { + color: #1f4e79; +} + .mosaic { display: grid; grid-template-columns: repeat(auto-fill, minmax(var(--mosaic-side), 1fr)); diff --git a/stylesheets/membre.css b/stylesheets/membre.css @@ -68,6 +68,14 @@ 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;