From f6bf7e398254e6484ad1557344c6fa4fc2b00b1f Mon Sep 17 00:00:00 2001 From: Campbell Alden Date: Sun, 11 Sep 2022 00:10:49 +0900 Subject: [PATCH] Add more padding to paragraphs in core content --- static/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index a8a4683..413636c 100644 --- a/static/style.css +++ b/static/style.css @@ -266,13 +266,14 @@ a:hover { .core-content p { margin-bottom: 20px; + margin-top: 20px; text-indent: 4ch; padding: 0 10px; } .core-content h2, .core-content h3 { margin-top: 30px; - margin-bottom: 10px; + margin-bottom: -10px; } .http-status {