diff options
Diffstat (limited to 'style.css')
| -rw-r--r-- | style.css | 8 |
1 files changed, 2 insertions, 6 deletions
@@ -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; |