- commit
- 2e5e2b8c08920207d5a9cb09bc6c149fe018a2b9
- parent
- d935c2477b179b3be7c3f15f12d937b701c1b690
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2017-05-05 13:26
tweak line width and leading inspired by https://oxal.org/projects/sakura/
Diffstat
| M | sass/base.scss | 2 | +- |
| M | sass/layout.scss | 2 | +- |
2 files changed, 2 insertions, 2 deletions
diff --git a/sass/base.scss b/sass/base.scss
@@ -24,7 +24,7 @@ html {
24 24 color: $color-fg;
25 25 font-size: $font-size-max;
26 26 font-family: sans-serif;
27 -1 line-height: 1.4;
-1 27 line-height: 1.5;
28 28 }
29 29
30 30 h1, h2, h3, h4, h5, h6 {
diff --git a/sass/layout.scss b/sass/layout.scss
@@ -1,5 +1,5 @@ 1 1 body { 2 2 margin: 2em auto;3 -1 max-width: 36em;-1 3 max-width: 38em; 4 4 padding: 0 $padding; 5 5 }