From 5e2814b3f0cf0d92c7e4722648cd3006de9596ea Mon Sep 17 00:00:00 2001 From: Connor Thomson Date: Sat, 19 Sep 2026 09:05:17 -0700 Subject: Force container to be 960px wide --- css/container.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'css') diff --git a/css/container.css b/css/container.css index 58babb8..8b6868d 100644 --- a/css/container.css +++ b/css/container.css @@ -17,8 +17,7 @@ */ .container { - max-width: 960px; - width: 100%; + width: 960px; margin-left: auto; margin-right: auto; margin-bottom: 0; -- cgit v1.2.3