From e4bb8fcc927b391e9f34e046c295d468ebd81003 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Wed, 26 Apr 2023 18:04:58 +0200 Subject: [PATCH] apply line-height to all lines --- static/css/blog/post.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/static/css/blog/post.css b/static/css/blog/post.css index 7674734..140aa9b 100644 --- a/static/css/blog/post.css +++ b/static/css/blog/post.css @@ -36,6 +36,7 @@ html { font-size: var(--font-size); scroll-behavior: smooth; background-color: var(--bg); + line-height: 1.5em; } /* Post's title */ @@ -115,10 +116,6 @@ a:hover { color: var(--link-hover-color); } -p { - line-height: 1.5rem; -} - hr { border: 0; height: 1px;