From eb458f0daa8d5028d906723e76544e2eb02a5f52 Mon Sep 17 00:00:00 2001 From: Bady <bady@disroot.org> Date: Sat, 10 Oct 2020 17:32:52 +0530 Subject: [PATCH] Fix padding of headings --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index ea87b5d..bd3165e 100644 --- a/css/style.css +++ b/css/style.css @@ -7,7 +7,7 @@ } h1, h2{ font-weight: 400; - padding: 20px; + padding: 20px 10px; } ul, ol{ padding-left: 40px; -- GitLab