diff options
author | Volpeon <git@volpeon.ink> | 2021-03-09 07:16:54 +0100 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2021-03-09 07:16:54 +0100 |
commit | d680864fadc9f3c4296c797d2c22cf43d7d9174c (patch) | |
tree | cece1ddb4df48045e6f2de5b7f0407822884401b | |
parent | Use ircs:// scheme for links to IRC servers with TLS (diff) | |
download | volpeon.ink-d680864fadc9f3c4296c797d2c22cf43d7d9174c.tar.gz volpeon.ink-d680864fadc9f3c4296c797d2c22cf43d7d9174c.tar.bz2 volpeon.ink-d680864fadc9f3c4296c797d2c22cf43d7d9174c.zip |
Increased line height
-rw-r--r-- | assets/css/_vars.scss | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/assets/css/_vars.scss b/assets/css/_vars.scss index d665c0b..7e91453 100644 --- a/assets/css/_vars.scss +++ b/assets/css/_vars.scss | |||
@@ -1,5 +1,5 @@ | |||
1 | $font-size: 17px; | 1 | $font-size: 17px; |
2 | $line-height: 1.5; | 2 | $line-height: 1.7; |
3 | 3 | ||
4 | $code-block--font-size: $font-size - 1; | 4 | $code-block--font-size: $font-size - 1; |
5 | $code-block--line-height: 1.4; | 5 | $code-block--line-height: 1.4; |
@@ -18,9 +18,9 @@ $nav--font-size: $font-size - 1; | |||
18 | $nav--item--spacing: 4ch; | 18 | $nav--item--spacing: 4ch; |
19 | $nav--item--spacing--sm: 3ch; | 19 | $nav--item--spacing--sm: 3ch; |
20 | $nav--item--pad-h: 1ch; | 20 | $nav--item--pad-h: 1ch; |
21 | $nav--item--pad-v: .9em; | 21 | $nav--item--pad-v: .8em; |
22 | 22 | ||
23 | $footer--pad-v: .9em; | 23 | $footer--pad-v: .8em; |
24 | 24 | ||
25 | $page--item-prefix--max-chars: 3ch; | 25 | $page--item-prefix--max-chars: 3ch; |
26 | $page--item-prefix--pad: 2ch; | 26 | $page--item-prefix--pad: 2ch; |