From a031ae20c5cab146caea0e92145007822711a4d6 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Tue, 11 Feb 2025 10:31:58 +0800 Subject: style.css: Increase max-width --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static') diff --git a/static/style.css b/static/style.css index 3b9d5bd..2c90cd7 100644 --- a/static/style.css +++ b/static/style.css @@ -26,7 +26,7 @@ footer a:link, footer a:visited { } .padding-wrapper { margin: 1rem auto; - max-width: 50em; + max-width: 60rem; padding: 0 1rem; } .padding-wrapper > * { -- cgit v1.2.3