From bcad5654b9951c54849ec95bef93b52d4cedcd66 Mon Sep 17 00:00:00 2001 From: Colin McMillen Date: Wed, 30 Jun 2021 15:43:22 -0400 Subject: [PATCH] make h2 padding a little bit smaller --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index 54ff2e3..9057f43 100644 --- a/static/style.css +++ b/static/style.css @@ -39,7 +39,7 @@ body { } h2 { - padding-top: 36px; + padding-top: 24px; } #page-container {