From b2509a3c48ee246e64ab45bc5db1397e3b4d1e78 Mon Sep 17 00:00:00 2001 From: Colin McMillen Date: Wed, 30 Jun 2021 12:27:29 -0400 Subject: [PATCH] more spacing for h2's --- static/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/style.css b/static/style.css index b481c54..54ff2e3 100644 --- a/static/style.css +++ b/static/style.css @@ -38,6 +38,10 @@ body { margin: 0; } +h2 { + padding-top: 36px; +} + #page-container { position: relative; min-height: 100vh;