From a906252380a9c041a4c2b78790506412ffd40f75 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sat, 13 Dec 2025 20:41:40 -0500 Subject: font changed to be more accurate from game; removed margin and padding on body --- src/styles/style.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/styles/style.css') diff --git a/src/styles/style.css b/src/styles/style.css index dc1ea6d..80f49c5 100644 --- a/src/styles/style.css +++ b/src/styles/style.css @@ -41,6 +41,8 @@ } body { + margin: 0; + padding: 0; font-family: "JetBrains Mono", monospace; } @@ -67,6 +69,7 @@ footer { } img.logo { + padding: 1em; width: 50%; height: auto; } -- cgit v1.2.3