summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2023-01-12 17:49:34 +0100
committerVolpeon <git@volpeon.ink>2023-01-12 17:49:34 +0100
commit5e4c9579bb43418ac846a5acdc8866c118a1425d (patch)
tree77573db632ad76a88ba2991697c2a315596a6c37
parentLarger gap between list cards (diff)
downloadvolpeon.ink-5e4c9579bb43418ac846a5acdc8866c118a1425d.tar.gz
volpeon.ink-5e4c9579bb43418ac846a5acdc8866c118a1425d.tar.bz2
volpeon.ink-5e4c9579bb43418ac846a5acdc8866c118a1425d.zip
Better headings
-rw-r--r--assets/css/components/_subheader.scss2
-rw-r--r--yarn.lock2
2 files changed, 2 insertions, 2 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 ));
diff --git a/yarn.lock b/yarn.lock
index 4400402..f55d1ae 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -944,7 +944,7 @@ ini@^1.3.5:
944 944
945"iro-design@git+https://git.vulpes.one/git/iro-design.git": 945"iro-design@git+https://git.vulpes.one/git/iro-design.git":
946 version "1.0.0" 946 version "1.0.0"
947 resolved "git+https://git.vulpes.one/git/iro-design.git#f0fcc8f9b417d0faa6c42dc4043502013a4b3082" 947 resolved "git+https://git.vulpes.one/git/iro-design.git#1a44092232713ef2063815bb03aadbb543e88ff6"
948 dependencies: 948 dependencies:
949 "@oddbird/blend" "^0.2.3" 949 "@oddbird/blend" "^0.2.3"
950 include-media "^1.4.9" 950 include-media "^1.4.9"