summaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
authorRose Hogenson <rosehogenson@posteo.net>2024-10-23 17:51:50 -0700
committerRose Hogenson <rosehogenson@posteo.net>2024-10-23 17:51:50 -0700
commitc206dc3f77135ea0fc3a66597567d7d66335141e (patch)
tree11a36df2bf7a0a8366c4e17a44554b05d57ff91f /static
parent9c7895f5cdd27aeadcaa7128682a047cfc4fb3f8 (diff)
downloadroseh.moe-c206dc3f77135ea0fc3a66597567d7d66335141e.tar.zst
Get rid of <center>
Apparently it's deprecated or something. What the fuck is a flex box?
Diffstat (limited to 'static')
-rw-r--r--static/styles.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/styles.css b/static/styles.css
index 5f7996e..6902bd2 100644
--- a/static/styles.css
+++ b/static/styles.css
@@ -17,7 +17,7 @@ h1 {
font-family: 'QuickLove';
}
-article {
+section {
max-width: 800px;
margin: 0 auto 50px;
padding: 40px;