From d792a93337bd953ee1e52af9bf5b2c8126829ec3 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Fri, 28 Jun 2024 23:40:13 +0200 Subject: [PATCH] adding a 2rem margin-top to h2, h3 & h4 titles --- static/css/custom-style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/static/css/custom-style.css b/static/css/custom-style.css index 93b4e8b..3b333fb 100644 --- a/static/css/custom-style.css +++ b/static/css/custom-style.css @@ -64,6 +64,12 @@ h4::before { content: "#### "; } +h2, +h3, +h4 { + margin-top: 2rem +} + blockquote p::before, blockquote br::after { content: "> ";