From a731a82ea8b09cd9761b5ddf0dc3511a93a029ad Mon Sep 17 00:00:00 2001 From: Chris Dill Date: Sat, 19 Dec 2020 13:19:24 +0000 Subject: [PATCH] Adjust line-height for content - Reduced line-height from 1.8 to 1.6. --- src/routes/_layout.svelte | 1 - static/css/global.css | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/routes/_layout.svelte b/src/routes/_layout.svelte index 5ed22c2..1bec517 100644 --- a/src/routes/_layout.svelte +++ b/src/routes/_layout.svelte @@ -27,7 +27,6 @@ :global(body) { font-family: 'Open Sans', sans-serif; font-size: 1rem; - line-height: 1.8; background-color: var(--background-color); color: var(--font-color); box-sizing: border-box; diff --git a/static/css/global.css b/static/css/global.css index baf833b..13f256e 100755 --- a/static/css/global.css +++ b/static/css/global.css @@ -33,7 +33,7 @@ body { font-family: 'Open Sans', sans-serif; font-display: swap; font-size: 1rem; - line-height: 1.8; + line-height: 1.6; } h1, h2, h3, h4, h5 {