diff options
author | Preston Pan <preston@nullring.xyz> | 2022-11-11 13:38:30 -0800 |
---|---|---|
committer | Preston Pan <preston@nullring.xyz> | 2022-11-11 13:38:30 -0800 |
commit | d936fb7a356e3969502db0ca92ffd134114b8dfd (patch) | |
tree | d5fa76493291c98fea753473d3318c9f1d0bd093 /build | |
parent | 71bc4c901e3e46944a57c89d1ac19e2e0d7a7f9d (diff) |
i hope this fixes the centering problem
Diffstat (limited to 'build')
-rw-r--r-- | build/website/css/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
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 { |