From 7dc82fef8b8511a550105eedc690ee2a035960ab Mon Sep 17 00:00:00 2001 From: mappu Date: Sun, 24 May 2020 17:49:33 +1200 Subject: [PATCH] css: fix missing padding on gitea-generated h2/h3 markdown --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index 8415b5e..ea84e45 100644 --- a/static/style.css +++ b/static/style.css @@ -25,7 +25,7 @@ h1 a { h1 a:hover { color:black; } -h1,h2,h3 { +h1 { margin-top:0; } .code {