summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPreston Pan <preston@nullring.xyz>2022-11-11 13:38:30 -0800
committerPreston Pan <preston@nullring.xyz>2022-11-11 13:38:30 -0800
commitd936fb7a356e3969502db0ca92ffd134114b8dfd (patch)
treed5fa76493291c98fea753473d3318c9f1d0bd093
parent71bc4c901e3e46944a57c89d1ac19e2e0d7a7f9d (diff)
i hope this fixes the centering problem
-rw-r--r--build/website/css/style.css1
-rw-r--r--website/css/style.css1
2 files changed, 2 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 {
diff --git a/website/css/style.css b/website/css/style.css
index 93bb952..4be6fc3 100644
--- a/website/css/style.css
+++ b/website/css/style.css
@@ -71,6 +71,7 @@ h1 {
margin-top: 1.0em;
color: #acb0d0;
text-align: center;
+ width: 100%;
}
h2 {