FEATURE Special style for the form contributions

This commit is contained in:
Antoine M 2025-07-03 17:07:55 +02:00
parent 0662b0a37b
commit e0ea4b23de

View File

@ -0,0 +1,13 @@
#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;
}
}
}