diff options
| author | Rose Hogenson <rosehogenson@posteo.net> | 2024-10-23 17:51:50 -0700 |
|---|---|---|
| committer | Rose Hogenson <rosehogenson@posteo.net> | 2024-10-23 17:51:50 -0700 |
| commit | c206dc3f77135ea0fc3a66597567d7d66335141e (patch) | |
| tree | 11a36df2bf7a0a8366c4e17a44554b05d57ff91f /static/styles.css | |
| parent | 9c7895f5cdd27aeadcaa7128682a047cfc4fb3f8 (diff) | |
| download | roseh.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/styles.css')
| -rw-r--r-- | static/styles.css | 2 |
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; |
