From f6d73a147372d7e508f234fec9ea4a9972cffcba Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Thu, 6 Feb 2025 19:48:27 -0500 Subject: [PATCH] fix styling bug --- resources/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/main.css b/resources/main.css index ca79e91..51c09aa 100644 --- a/resources/main.css +++ b/resources/main.css @@ -93,7 +93,7 @@ body, .post { .post-read-time { text-decoration: underline dotted; } -.post-body > h3, .post-body > h3, .post-body > h4 { +.post-body > h2, .post-body > h3, .post-body > h4 { text-align: center; } .post-blurbs {