Adjust email field styling

This commit is contained in:
Clemente Raposo 2024-12-11 00:59:35 +00:00 committed by Jack Anderson
parent 737dd75a32
commit f124b9a084

View file

@ -35,6 +35,12 @@
@media all and (max-width: $breakpoint-xxlarge) {
line-height: 1;
}
.field-group-label {
label {
margin-bottom: .2rem;
}
}
}
}
}