From a028690f43e443bb42aa7d2ce23c8068be7c0cb5 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Wed, 14 May 2025 13:50:53 -0400 Subject: [PATCH] feat: increase line height --- styles/post.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/post.css b/styles/post.css index bfc9353..6f7d543 100644 --- a/styles/post.css +++ b/styles/post.css @@ -104,7 +104,7 @@ pre * { .post-article { font-size: 1.5em; - line-height: 1.3em; + line-height: 1.5em; padding-bottom: 50px; }