From bc5d849b2051d1bfd0e90a7ae2fe37e9b6b8035f Mon Sep 17 00:00:00 2001 From: Max Desiatov Date: Fri, 30 Oct 2020 09:28:53 +0000 Subject: [PATCH] Increase line-height in `p` tags to improve legibility --- Resources/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/styles.css b/Resources/styles.css index d051461..27dbd00 100644 --- a/Resources/styles.css +++ b/Resources/styles.css @@ -87,7 +87,7 @@ code { } p { - line-height: 1.4; + line-height: 1.5; margin-bottom: 0.5em; }