diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2021-03-06 22:08:45 +0100 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2021-03-06 22:08:45 +0100 |
| commit | 0229130aadbc07d917fad810d26eefa18c5321e8 (patch) | |
| tree | 2ceb59cbacab95fbdc8aa73f448b1ee371f5d42f /stylesheets | |
| parent | 372c30477e54a3bd4d5ce7e8cdfb85db2cfb9347 (diff) | |
| download | quatuorbellefeuille.com-0229130aadbc07d917fad810d26eefa18c5321e8.tar.xz | |
Tweak title sizes and colors
Diffstat (limited to 'stylesheets')
| -rw-r--r-- | stylesheets/actualités.css | 4 | ||||
| -rw-r--r-- | stylesheets/commun.css | 4 | ||||
| -rw-r--r-- | stylesheets/contact.css | 5 | ||||
| -rw-r--r-- | stylesheets/galerie.css | 4 | ||||
| -rw-r--r-- | stylesheets/membre.css | 8 |
5 files changed, 24 insertions, 1 deletions
diff --git a/stylesheets/actualités.css b/stylesheets/actualités.css index ee1be86..70958aa 100644 --- 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 index 8bc6df9..59cb22a 100644 --- 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 index 964a1ae..75bb458 100644 --- 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 index 037a785..3a2e501 100644 --- 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 index f870a39..1eaff1f 100644 --- 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; |
