From c08ff6c268697a4a934a489694a355a7aa615c21 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Thu, 1 Dec 2022 22:24:43 -0600 Subject: [PATCH] style: Increase paragraph line spacing This dramatically improves the readability of larget text blocks. --- sass/style.scss | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/sass/style.scss b/sass/style.scss index 3594efa..b88cf0b 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -332,6 +332,15 @@ article.post .post-date { overflow: auto; } +.post p { + line-height: 1.4em; +} + +.post li { + line-height: 1.4em; + margin-bottom: 1em; +} + /* CV */ .cv.panel {