From f6299efad42f8a2492007ce22855c00870f37561 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Tue, 1 Dec 2020 19:24:02 +0100 Subject: [PATCH] Increase title margin for h2 inside posts --- articles/static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/articles/static/style.css b/articles/static/style.css index e4bfa9b..99e106c 100644 --- a/articles/static/style.css +++ b/articles/static/style.css @@ -48,7 +48,7 @@ a { border-bottom: .3ex solid var(--accent); } -.index-page h2 { +.index-page h2, .article-detail h2 { margin-top: 2em; }