From 525b7aaf9893806408a7a729cf6c4d362ecf58b5 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Sat, 27 Dec 2025 00:35:01 -0600 Subject: [PATCH] fix(style): increase line height --- public/styles/posts.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/styles/posts.css b/public/styles/posts.css index 67f35ae..ece3d1c 100644 --- a/public/styles/posts.css +++ b/public/styles/posts.css @@ -62,7 +62,7 @@ li { .post-article { font-size: 1.5em; - line-height: 1.25; + line-height: 1.3; padding-bottom: 50px; }