From 16f96558cc5bb9fb56e1018d865af50e27c37803 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Fri, 22 Sep 2023 07:56:50 -0700 Subject: [PATCH] Reset the line height to 1.5; 2 was silly --- assets/styles/root/050_typography.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/styles/root/050_typography.css b/assets/styles/root/050_typography.css index 0a0a7a2..13a2ebb 100644 --- a/assets/styles/root/050_typography.css +++ b/assets/styles/root/050_typography.css @@ -19,7 +19,7 @@ --font-size-scale-factor: 1vmax; --site-header-font-size: 200%; - --line-height: 2; + --line-height: 1.5; --heading-line-height: 1; /* A little extra line height so the descenders don't get clipped */ --site-heading-line-height: 1.1;