move formgroup-inputs without formgroup-label to the right

This commit is contained in:
Felix Hamann 2019-02-17 11:36:16 +01:00
parent 780e96320c
commit d177edd420

View File

@ -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;