From a04c84299f61e07538e22a289e5a65305dc0e89f Mon Sep 17 00:00:00 2001 From: patak Date: Sun, 25 Dec 2022 16:26:43 +0100 Subject: [PATCH] feat: reduce line-height for posts (#557) --- styles/global.css | 1 + 1 file changed, 1 insertion(+) diff --git a/styles/global.css b/styles/global.css index 1151434d..d269f57e 100644 --- a/styles/global.css +++ b/styles/global.css @@ -84,6 +84,7 @@ body { } .content-rich { + line-height: calc(4 / 3 * 1em); overflow-wrap: break-word; a {