- commit
- 158f2b95d79e4a68bdd0406ca2acf9b11b1e0e1a
- parent
- dc5f454f84af6bc6731296069021163e13ab4ad1
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2020-10-18 07:49
increase font size
Diffstat
| M | scss/base.scss | 2 | +- |
| M | scss/layout.scss | 4 | ++-- |
2 files changed, 3 insertions, 3 deletions
diff --git a/scss/base.scss b/scss/base.scss
@@ -16,6 +16,6 @@ textarea {
16 16 @media screen {
17 17 html.voterunner {
18 18 background: $color-bg-html;
19 -1 font-size: 80%;
-1 19 font-size: 90%;
20 20 }
21 21 }
diff --git a/scss/layout.scss b/scss/layout.scss
@@ -22,7 +22,7 @@ body {
22 22 }
23 23
24 24 .voterunner body {
25 -1 max-width: 90em;
-1 25 max-width: 80em;
26 26 }
27 27
28 28 body > header {
@@ -37,7 +37,7 @@ body > header {
37 37
38 38 h1 {
39 39 margin: 0;
40 -1 font-size: 200%;
-1 40 font-size: 175%;
41 41 color: $color-bg;
42 42
43 43 span {