From e2c1fdb3833555568d8957198e806b439e3368ce Mon Sep 17 00:00:00 2001 From: nune <145225213+gigirassy@users.noreply.github.com> Date: Thu, 19 Dec 2024 10:55:48 -0500 Subject: [PATCH] Update index.html --- public/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/index.html b/public/index.html index 7b4f202..59de739 100644 --- a/public/index.html +++ b/public/index.html @@ -25,7 +25,7 @@ body { font-family: 'Nimbus Mono PS', 'Courier New', monospace; - margin: 20px; + margin: 0px; background-color: var(--bg-color); text-align:center; color: var(--text-color); @@ -33,7 +33,7 @@ .main { text-align:center; - width:500px; + width:75%; } input, button {