From f88fd411920968b370954e61b2364ab8df702352 Mon Sep 17 00:00:00 2001 From: prplV Date: Mon, 17 Mar 2025 09:25:49 -0400 Subject: [PATCH] input fix --- src/Style/LoginModal.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Style/LoginModal.css b/src/Style/LoginModal.css index 971fd36..10f969f 100755 --- a/src/Style/LoginModal.css +++ b/src/Style/LoginModal.css @@ -37,14 +37,14 @@ } .modal input { - width: 100%; - /* padding: 8px; */ + width: 94%; + /* max-width: fit-content; */ + padding: 3%; padding-top: 3%; padding-bottom: 3%; - /* margin-left: 3%; */ - /* margin-right: 10%; */ margin-bottom: 10px; border: 1px solid #ccc; + /* text-align: start; */ border-radius: 4px; font-size: larger; background-color: var(--modal-background);