Design things in the input field

This commit will do some design things
- Solves #61
- makes the app more consistent
This commit is contained in:
cami 2021-06-27 00:58:47 +02:00
parent 42fd1bfb3b
commit 73b30a776f

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 {