summaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css8
1 files changed, 2 insertions, 6 deletions
diff --git a/style.css b/style.css
index 877aeb4..974331e 100644
--- a/style.css
+++ b/style.css
@@ -22,7 +22,7 @@ body {
background: #fff;
width: var(--linewid);
margin: 0 auto;
- padding: .3in .5em;
+ padding: .35in .5em;
}
/* Typeface */
@@ -30,16 +30,12 @@ body {
font-size: 12pt;
font-family: 'IBM Plex Serif', sans-serif;
font-weight: var(--regular-weight);
+ line-height: 1.35em;
font-kerning: normal;
text-rendering: optimizeLegibility;
color: #000;
}
-/* Body text spacing */
-body {
- line-height: 1.35em;
-}
-
header {
display: flex;
justify-content: space-between;