From 65db8d6fda1916501c872386d511638eff3b8daf Mon Sep 17 00:00:00 2001 From: cheaderthecoder <143862092+cheaderthecoder@users.noreply.github.com> Date: Sun, 28 Apr 2024 13:00:17 +0300 Subject: [PATCH] Update index.html --- index.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/index.html b/index.html index 01458ff..ec612b8 100644 --- a/index.html +++ b/index.html @@ -19,6 +19,9 @@ padding: 20px; border-radius: 8px; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); + width: 50%; + max-width: 500px; + margin: auto; } #input, #output { width: 100%;