summaryrefslogtreecommitdiffstats
path: root/assets/css/components/_subheader.scss
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/components/_subheader.scss')
-rw-r--r--assets/css/components/_subheader.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/assets/css/components/_subheader.scss b/assets/css/components/_subheader.scss
index df8eb50..768ff84 100644
--- a/assets/css/components/_subheader.scss
+++ b/assets/css/components/_subheader.scss
@@ -14,7 +14,7 @@
14 @include mx.set-font(--headline, ( 14 @include mx.set-font(--headline, (
15 --line-height: null, 15 --line-height: null,
16 --size: fn.global-dim(--font-size --400), 16 --size: fn.global-dim(--font-size --400),
17 --weight: normal 17 --weight: 350
18 )); 18 ));
19 19
20 color: fn.color(--fg); 20 color: fn.color(--fg);
@@ -30,6 +30,7 @@
30 } 30 }
31 31
32 @include iro.bem-elem('title') { 32 @include iro.bem-elem('title') {
33 margin-right: .2em;
33 font-size: inherit; 34 font-size: inherit;
34 font-weight: 800; 35 font-weight: 800;
35 letter-spacing: 1px; 36 letter-spacing: 1px;