From a99f6f1fe44d3267a7493028605cb5ad403364ee Mon Sep 17 00:00:00 2001 From: zyqunix <117040076+zyqunix@users.noreply.github.com> Date: Mon, 11 Nov 2024 19:51:40 +0000 Subject: [PATCH] Update style.css --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 1ccef20..87cdfee 100644 --- a/style.css +++ b/style.css @@ -3,7 +3,7 @@ body { justify-content: center; align-items: center; height: 100vh; - margin: 0 0 20px 0; + margin: 0; font-family: monospace; background-color: #2a2a2a; transition: background-color 0.3s, color 0.3s;