From aeeb44e2b26d52a8c7fc5840c2d4187ec9bf5e37 Mon Sep 17 00:00:00 2001 From: Ted Pier Date: Mon, 4 Aug 2025 13:18:11 -0700 Subject: [PATCH] re-center h2s --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 3a9259e..58b3f3a 100644 --- a/style.css +++ b/style.css @@ -15,7 +15,7 @@ h3 { } h2 { - /* text-align: center; */ + text-align: center; margin-bottom: 0; margin-top: 16px; }