carhop__carhop-theme__DEV/resources/css/forms/form_contributions.css

14 lines
224 B
CSS

#nf-form-2-cont {
nf-fields-wrap {
@apply grid gap-4 grid-cols-2;
}
nf-field {
@apply block col-span-2;
&:nth-child(1),
&:nth-child(2) {
@apply col-span-2 lg:col-span-1;
}
}
}