diff options
| -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; |
