From 8be68b4311720bb6572bef6b2ac36b984a468791 Mon Sep 17 00:00:00 2001 From: alemi Date: Mon, 12 Aug 2024 12:41:16 +0200 Subject: [PATCH] fix: remove margin in post headings --- web/index.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/web/index.html b/web/index.html index 544b31e..e038507 100644 --- a/web/index.html +++ b/web/index.html @@ -91,6 +91,12 @@ margin-top: 0; margin-bottom: 0; } + article.tl h1, + article.tl h2, + article.tl h3 { + margin-top: .1em; + margin-bottom: .1em; + } article p { margin: 0 0 0 .5em; }