diff --git a/resources/css/forms/form-contributions.css b/resources/css/forms/form-contributions.css index cdb33d2..9fbd7e3 100644 --- a/resources/css/forms/form-contributions.css +++ b/resources/css/forms/form-contributions.css @@ -21,3 +21,18 @@ @apply pt-4 opacity-90; } } + +#field_2_16 { + @apply mt-6; + .ginput_container_checkbox { + .gfield_checkbox { + @apply flex !flex-row flex-wrap gap-y-4; + .gchoice { + @apply items-center; + } + } + .gchoice { + @apply w-fit; + } + } +}