From c206dc3f77135ea0fc3a66597567d7d66335141e Mon Sep 17 00:00:00 2001 From: Rose Hogenson Date: Wed, 23 Oct 2024 17:51:50 -0700 Subject: Get rid of
Apparently it's deprecated or something. What the fuck is a flex box? --- static/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static') 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; -- cgit v1.3.1