From 813ed5acc3206a3613bbdbf26d92b78bf65c3df0 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Wed, 26 Jul 2023 12:19:30 -0700 Subject: [PATCH] Reduce the overall line height I'm not sure why I mad it so huge in the first place. --- src/less/include/common.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/less/include/common.less b/src/less/include/common.less index 19686ff..96434c1 100644 --- a/src/less/include/common.less +++ b/src/less/include/common.less @@ -4,7 +4,7 @@ html { max-width: 70ch; padding: 0.2em 1em; margin: auto; - line-height: 1.75; + line-height: 1.2; font-size: 1.25em; }