move formgroup-inputs without formgroup-label to the right
This commit is contained in:
parent
780e96320c
commit
d177edd420
@ -11,6 +11,12 @@ fieldset {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
@media (min-width: 769px) {
|
||||
.form-group__input {
|
||||
grid-column: 2;
|
||||
}
|
||||
}
|
||||
|
||||
[data-autosubmit][type="submit"] {
|
||||
animation: fade-in 500ms ease-in-out backwards;
|
||||
animation-delay: 500ms;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user