From f33c50ec16aee1139a6b12ec90455d5e2d6a4469 Mon Sep 17 00:00:00 2001 From: zyqunix <117040076+zyqunix@users.noreply.github.com> Date: Mon, 11 Nov 2024 19:50:49 +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 87cdfee..1ccef20 100644 --- a/style.css +++ b/style.css @@ -3,7 +3,7 @@ body { justify-content: center; align-items: center; height: 100vh; - margin: 0; + margin: 0 0 20px 0; font-family: monospace; background-color: #2a2a2a; transition: background-color 0.3s, color 0.3s;