From e8550cea11ce72ecd0cd06505ab4727bb414077a Mon Sep 17 00:00:00 2001 From: Wiwi Kuan Date: Mon, 25 Dec 2023 18:12:45 +0800 Subject: [PATCH] CSS adjustments --- index.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/index.html b/index.html index ddf99b0..c2e4ce8 100644 --- a/index.html +++ b/index.html @@ -39,7 +39,6 @@ @media (max-width: 600px) { h3, input[type="text"], #results { font-size: 0.9rem; - width: 95%; } #source { @@ -47,7 +46,7 @@ } input[type="text"] { - max-width: 90%; + max-width: 80%; } }