diff options
author | Volpeon <git@volpeon.ink> | 2023-01-12 17:49:34 +0100 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2023-01-12 17:49:34 +0100 |
commit | 5e4c9579bb43418ac846a5acdc8866c118a1425d (patch) | |
tree | 77573db632ad76a88ba2991697c2a315596a6c37 /assets | |
parent | Larger gap between list cards (diff) | |
download | volpeon.ink-5e4c9579bb43418ac846a5acdc8866c118a1425d.tar.gz volpeon.ink-5e4c9579bb43418ac846a5acdc8866c118a1425d.tar.bz2 volpeon.ink-5e4c9579bb43418ac846a5acdc8866c118a1425d.zip |
Better headings
Diffstat (limited to 'assets')
-rw-r--r-- | assets/css/components/_subheader.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/css/components/_subheader.scss b/assets/css/components/_subheader.scss index 1157c82..d6f5312 100644 --- a/assets/css/components/_subheader.scss +++ b/assets/css/components/_subheader.scss | |||
@@ -12,7 +12,7 @@ | |||
12 | 12 | ||
13 | @include iro.bem-component(iro.props-namespace()) { | 13 | @include iro.bem-component(iro.props-namespace()) { |
14 | @include mx.set-font(--headline, ( | 14 | @include mx.set-font(--headline, ( |
15 | --line-height: null, | 15 | --line-height: 1.4, |
16 | --size: fn.global-dim(--font-size --400), | 16 | --size: fn.global-dim(--font-size --400), |
17 | --weight: 350 | 17 | --weight: 350 |
18 | )); | 18 | )); |