From ae3c355a9abc2e7ce28d0eea1d9e52075eece6f9 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 26 Sep 2024 17:35:06 -1000 Subject: [PATCH] remove the 960px max width limit, 2 --- out/css/site.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/out/css/site.css b/out/css/site.css index 5927511..2308621 100644 --- a/out/css/site.css +++ b/out/css/site.css @@ -5,7 +5,7 @@ body { } body > .container { - max-width:none; + max-width:revert; } h1 { font-size: 5rem; }