From 5deedf03a42427662cf77af77741bafdbd494068 Mon Sep 17 00:00:00 2001 From: Steph Enders Date: Wed, 21 Jun 2023 23:03:49 -0400 Subject: Reduce margin on h2s in the article --- static/index.css | 1 + 1 file changed, 1 insertion(+) (limited to 'static') diff --git a/static/index.css b/static/index.css index 961d7df..b1f4a51 100644 --- a/static/index.css +++ b/static/index.css @@ -33,6 +33,7 @@ footer { justify-content: center; font-size: 0.9em; } +article h2 { margin: 16px 0; } article { background-color: white; padding: 16px; -- cgit v1.2.3-54-g00ecf