From 3604512cc479bbfccb86433c02c91bd375229932 Mon Sep 17 00:00:00 2001 From: nune <145225213+gigirassy@users.noreply.github.com> Date: Wed, 18 Dec 2024 20:48:07 -0500 Subject: [PATCH] Update index.html --- public/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/index.html b/public/index.html index cff67e2..8542bf0 100644 --- a/public/index.html +++ b/public/index.html @@ -25,7 +25,7 @@ body { font-family: 'Nimbus Mono PS', 'Courier New', monospace; - margin: 20px; + padding: 20px; background-color: var(--bg-color); text-align:center; color: var(--text-color);