From 9107a2c0f0396cce8df1e1bde271b0162f509934 Mon Sep 17 00:00:00 2001 From: Alex Scerba Date: Fri, 6 Dec 2024 10:47:22 -0500 Subject: Fix line overlap for blog entries with long titles --- static/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'static') diff --git a/static/style.css b/static/style.css index cdb334c..7f8b294 100644 --- a/static/style.css +++ b/static/style.css @@ -213,7 +213,8 @@ p:not(:last-child) { } .entries p { - line-height: .5; + line-height: 1.4; + margin-bottom: 1.2rem; } pre { -- cgit v1.2.3