From 8ce95ceb465186168c5e32b0d289f1467f007c91 Mon Sep 17 00:00:00 2001 From: thek4n Date: Thu, 16 Jul 2026 01:09:25 +0300 Subject: [PATCH] fix: p margin --- templates/base.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/base.html b/templates/base.html index 93263bc..52bf184 100644 --- a/templates/base.html +++ b/templates/base.html @@ -32,7 +32,8 @@ } p { - margin-bottom: 0; + margin-top: 0.5em; + margin-bottom: 0.5em; } h1, h2, h3, h4 {