summaryrefslogtreecommitdiff
path: root/stylesheets/membre.css
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2021-03-11 22:35:29 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2021-03-11 22:35:29 +0100
commit1959fd60ae4552df7d6a263898a3dc6ea5ebe5bd (patch)
treef66770d7ad4544ccbd0d0efd895e2c6734bfbafc /stylesheets/membre.css
parent21703014e894d178ed3240500090aac11036865d (diff)
downloadquatuorbellefeuille.com-1959fd60ae4552df7d6a263898a3dc6ea5ebe5bd.tar.xz
Increase title sizes in individual bios with intermediate layout
Diffstat (limited to 'stylesheets/membre.css')
-rw-r--r--stylesheets/membre.css10
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;