From c9dee232ceda85eb70c5e5b6263741bd2244ecf2 Mon Sep 17 00:00:00 2001 From: thek4n Date: Wed, 15 Jul 2026 13:05:11 +0300 Subject: [PATCH] fix(css): decrease p margin --- templates/base.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/templates/base.html b/templates/base.html index 868e50a..93263bc 100644 --- a/templates/base.html +++ b/templates/base.html @@ -31,6 +31,10 @@ text-decoration: none !important; } + p { + margin-bottom: 0; + } + h1, h2, h3, h4 { color: #ffffff; margin-top: 1.5em;