Remove margin from fieldsets in accordance with new usage

This commit is contained in:
Gregor Kleen 2019-04-20 12:45:30 +02:00
parent 38e8106852
commit 0541b1e216

View File

@ -1,16 +1,13 @@
fieldset {
border: 0;
margin: 20px 0 30px;
margin: 0;
padding: 0;
legend {
display: none;
}
}
.form-group__input > fieldset {
margin-bottom: 0;
}
@media (min-width: 769px) {
.form-group__input {
grid-column: 2;