From 4e2884fef80c28d198d7213da524c66bfaa8762d Mon Sep 17 00:00:00 2001 From: rawleyfowler Date: Wed, 12 Mar 2025 17:33:47 -0500 Subject: [PATCH] Fix margin --- netbsdclub.css | 1 + 1 file changed, 1 insertion(+) diff --git a/netbsdclub.css b/netbsdclub.css index f63292e..eb5587e 100644 --- a/netbsdclub.css +++ b/netbsdclub.css @@ -1,4 +1,5 @@ body { + margin: 0; width: 100vw; height: 100vh; background-color: black;