From 752950f88050405f85649d25d997731ec3d8bb6a Mon Sep 17 00:00:00 2001 From: Mylloon Date: Fri, 28 Apr 2023 14:21:48 +0200 Subject: [PATCH] fix height for headings --- static/css/blog/post.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/blog/post.css b/static/css/blog/post.css index 3f078c5..5ada11f 100644 --- a/static/css/blog/post.css +++ b/static/css/blog/post.css @@ -37,7 +37,7 @@ html { font-size: var(--font-size); scroll-behavior: smooth; background-color: var(--bg); - line-height: 1.5em; + line-height: 1.5; } /* Scrollbar - Firefox */