From 466a8c307971379da7dbd0e70a36dca2b86188fd Mon Sep 17 00:00:00 2001 From: Gyorgy Orban Date: Sat, 11 Jan 2020 22:11:27 +0100 Subject: increase line height to 1.5em for better readability --- static/css/layout.css | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/static/css/layout.css b/static/css/layout.css index 8376ea9..921f48e 100644 --- a/static/css/layout.css +++ b/static/css/layout.css @@ -42,8 +42,8 @@ li { } p { - line-height: 1.4em; - } + line-height: 1.5em; +} h1 { font-size: 2em; font-weight: normal; @@ -109,8 +109,7 @@ code { white-space: -pre-wrap; /* Opera 4-6 */ white-space: -o-pre-wrap; /* Opera 7 */ word-wrap: break-word; /* Internet Explorer 5.5+ */ - - line-height: 1.4em; + line-height: 1.5em; } blockquote { @@ -366,7 +365,7 @@ th, td { .post-preview .summary { margin-top: 1em; margin-bottom: 0.5em; - line-height: 1.4em; + line-height: 1.5em; } .post-preview .summary p { @@ -374,7 +373,7 @@ th, td { margin-block-end: 0.5em; margin-inline-start: 0.em; margin-inline-end: 0em; - line-height: 1.4em; + line-height: 1.5em; } .post-preview .meta { -- cgit v1.2.3