From 52b096caf305aa544dadaee88d0fb893ea65021d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sun, 12 Jan 2020 09:53:48 +0100 Subject: [PATCH] style: increase line height in paragraphs --- chloro/phyll/static/css/style.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/chloro/phyll/static/css/style.scss b/chloro/phyll/static/css/style.scss index d6cee3e..63526ef 100644 --- a/chloro/phyll/static/css/style.scss +++ b/chloro/phyll/static/css/style.scss @@ -117,6 +117,9 @@ main { font-style: italic; } } + p { + line-height: 160%; + } code, pre.screen { background: #111; -- 2.39.2