From 04b1661b5db388ecdcd71e87d2d42623ebd7792d Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 26 Sep 2024 17:29:04 -1000 Subject: [PATCH] remove the 960px max width limit --- out/css/site.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/out/css/site.css b/out/css/site.css index ce361ed..5927511 100644 --- a/out/css/site.css +++ b/out/css/site.css @@ -4,6 +4,10 @@ body { font-size:large; } +body > .container { + max-width:none; +} + h1 { font-size: 5rem; } h2 { font-size: 4rem; } h3 { font-size: 3rem; }