From 7b06a2900e4131ea3ccdcd4fbb6f1f72db374453 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Sat, 28 Jan 2023 16:28:42 -0800 Subject: [PATCH] Add a line-height for headers and paragraphs I'm sick of setting `line-height` --- styles/globals.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/styles/globals.scss b/styles/globals.scss index 694c6f47..d9d12f8a 100644 --- a/styles/globals.scss +++ b/styles/globals.scss @@ -75,6 +75,7 @@ h2, h3, p { color: var(--text-primary); + line-height: 1.3; } h1 {