From 0f9326e4e643a239897b80c8017cc9ff3e7be235 Mon Sep 17 00:00:00 2001 From: Connor Thomson Date: Sun, 20 Sep 2026 18:33:32 -0700 Subject: Fix the margin on the container --- css/desktop/container.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/desktop/container.css b/css/desktop/container.css index ff5e766..204cb72 100755 --- a/css/desktop/container.css +++ b/css/desktop/container.css @@ -18,7 +18,7 @@ .container { width: 1000px; - margin: 12px auto 0 auto; + margin: 12px auto 12px auto; border: 1px solid #98A5B0; border-radius: 10px; } -- cgit v1.2.3