Hello - I’m looking to reduce the spacing between fields on mobile and tablet. I’ve applied the below Custom CSS and it looks great on desktop but does not appear to apply to mobile/tablet.
.gform-theme–foundation .gform_fields {
grid-row-gap: 20px !important;
}