From a031ae20c5cab146caea0e92145007822711a4d6 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Tue, 11 Feb 2025 10:31:58 +0800 Subject: [PATCH] style.css: Increase max-width --- static/style.css | 2 +- diff --git a/static/style.css b/static/style.css index 3b9d5bdfb192443e0f9fe92c2234bf32670ace55..2c90cd7bda5326b8e200fa9591d75e66c5a26ce2 100644 --- a/static/style.css +++ b/static/style.css @@ -26,7 +26,7 @@ color: inherit; } .padding-wrapper { margin: 1rem auto; - max-width: 50em; + max-width: 60rem; padding: 0 1rem; } .padding-wrapper > * { -- 2.48.1