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);