From 028c702d71bb2d4c66a223a955d36ce67c0827d0 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Tue, 7 Oct 2025 12:21:15 +0200 Subject: [PATCH] STYLE Refining form aspect --- resources/css/forms/form_contributions.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/resources/css/forms/form_contributions.css b/resources/css/forms/form_contributions.css index c6ac9b3..40b73ca 100644 --- a/resources/css/forms/form_contributions.css +++ b/resources/css/forms/form_contributions.css @@ -1,3 +1,9 @@ .contribution-conditions { - margin-top: -50px; + margin-top: -20px !important; + margin-bottom: 30px !important; + + .gfield_description { + @apply !text-xl !font-light; + @apply max-w-3xl pb-4; + } }