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 {