Bug/Formwidth #65

Merged
cami merged 1 commit from bug/formWidth into main 2021-06-26 23:00:39 +00:00
Showing only changes of commit 73b30a776f - Show all commits

View file

@ -1,3 +1,7 @@
form {
max-width: 60%;
}
.input-field {
width: auto;
margin-bottom: 2em;
@ -28,7 +32,8 @@
}
.input-field input[type="submit"]:hover {
background-color: var(--primary-contr);
color: var(--primary);
background-color: var(--secondary);
}
.input-field label {