From d936fb7a356e3969502db0ca92ffd134114b8dfd Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Fri, 11 Nov 2022 13:38:30 -0800 Subject: i hope this fixes the centering problem --- build/website/css/style.css | 1 + 1 file changed, 1 insertion(+) (limited to 'build') diff --git a/build/website/css/style.css b/build/website/css/style.css index 93bb952..4be6fc3 100644 --- a/build/website/css/style.css +++ b/build/website/css/style.css @@ -71,6 +71,7 @@ h1 { margin-top: 1.0em; color: #acb0d0; text-align: center; + width: 100%; } h2 { -- cgit