From af98b62debf6a9dc7d4e52771a3476281e6f7cc7 Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Sun, 14 Jan 2018 14:44:47 -0800 Subject: [PATCH] more comfortable line height --- scss/global.scss | 2 +- templates/2xx.html | 134 ++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 133 insertions(+), 3 deletions(-) diff --git a/scss/global.scss b/scss/global.scss index 1ff2c4c1..b7ad95b6 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.2; + line-height: 1.3; color: var(--body-text-color); background: var(--body-bg); } diff --git a/templates/2xx.html b/templates/2xx.html index 95cfceae..f809c4a0 100644 --- a/templates/2xx.html +++ b/templates/2xx.html @@ -16,8 +16,138 @@