Bug/Formwidth #65
1 changed files with 6 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue