From: Frédéric Péters Date: Sun, 12 Jan 2020 08:53:48 +0000 (+0100) Subject: style: increase line height in paragraphs X-Git-Tag: v2022~40 X-Git-Url: https://git.0d.be/?p=chloro.git;a=commitdiff_plain;h=52b096caf305aa544dadaee88d0fb893ea65021d;ds=sidebyside style: increase line height in paragraphs --- 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;