diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2021-03-11 22:35:29 +0100 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2021-03-11 22:35:29 +0100 |
| commit | 1959fd60ae4552df7d6a263898a3dc6ea5ebe5bd (patch) | |
| tree | f66770d7ad4544ccbd0d0efd895e2c6734bfbafc /stylesheets | |
| parent | 21703014e894d178ed3240500090aac11036865d (diff) | |
| download | quatuorbellefeuille.com-1959fd60ae4552df7d6a263898a3dc6ea5ebe5bd.tar.xz | |
Increase title sizes in individual bios with intermediate layout
Diffstat (limited to 'stylesheets')
| -rw-r--r-- | stylesheets/membre.css | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/stylesheets/membre.css b/stylesheets/membre.css index 8b258d7..dc2c7e3 100644 --- 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; |
