This commit is contained in:
Ben 2023-10-01 22:06:17 -04:00
parent 0fdb6e7a0d
commit 43c0a2abd9
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
input[type="text"] {
input:not([type="checkbox"]) {
min-width: 250px;
max-width: 90%;
}
@ -15,7 +15,7 @@ select {
@media only screen and (min-width:900px) {
input[type="text"] {
input:not([type="checkbox"]) {
min-width: 500px
}

View File

@ -94,7 +94,7 @@ button {
}
input[type="text"],
input:not([type="checkbox"]),
select {
font-size: 1rem;