From 2b6f4a9896359c60993b655b0485c4b546fc7301 Mon Sep 17 00:00:00 2001 From: veselcraft Date: Sat, 6 Nov 2021 14:40:44 +0300 Subject: [PATCH] Wall: Added more readability (fix #268) --- Web/static/css/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Web/static/css/style.css b/Web/static/css/style.css index 587078b5..99874221 100644 --- a/Web/static/css/style.css +++ b/Web/static/css/style.css @@ -496,6 +496,7 @@ h4 { border-bottom: #ECECEC solid 1px; font-size: 11px; padding: 3px 5px 3px; + line-height: 125%; } .post-author .date { @@ -512,6 +513,7 @@ h4 { padding: 4px; font-size: 11px; hyphens: manual; + line-height: 160%; } .post-content .attachments_b {