From f436ca6d2e745b0122945052620bd653459e8048 Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Sat, 10 Feb 2018 16:22:12 -0800 Subject: [PATCH] tweak line-height to 1.4em --- scss/global.scss | 2 +- templates/2xx.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scss/global.scss b/scss/global.scss index 58a437a5..28e0957a 100644 --- a/scss/global.scss +++ b/scss/global.scss @@ -2,7 +2,7 @@ body { margin: 0; font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue; font-size: 14px; - line-height: 1.3; + line-height: 1.4; color: var(--body-text-color); background: var(--body-bg); position: fixed; diff --git a/templates/2xx.html b/templates/2xx.html index 3a3c7155..15733cbe 100644 --- a/templates/2xx.html +++ b/templates/2xx.html @@ -11,7 +11,7 @@