diff --git a/css/form.css b/css/form.css index 005f653..522ac76 100644 --- a/css/form.css +++ b/css/form.css @@ -23,7 +23,8 @@ input, label, legend { input { border: solid white 1px; - width: min-content; + min-width: fit-content; + width: 100%; } input:focus { @@ -38,7 +39,8 @@ select { border: solid white 1px; background-color: black; color: white; - width: min-content; + min-width: fit-content; + width: 100%; } select:disabled { diff --git a/login.html b/login.html index 1607015..8c8b989 100644 --- a/login.html +++ b/login.html @@ -11,7 +11,7 @@