From 8393acd0366ee3408db103ba29e8686bab127f42 Mon Sep 17 00:00:00 2001 From: polo Date: Wed, 17 Dec 2025 13:33:07 +0100 Subject: =?UTF-8?q?choix=20d'enregistrer=20ou=20non=20les=20messages=20en?= =?UTF-8?q?=20BDD,=20non=20par=20d=C3=A9faut=20dans=20EmailService?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/css/form.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'public/css') diff --git a/public/css/form.css b/public/css/form.css index 09d4140..30673c9 100644 --- a/public/css/form.css +++ b/public/css/form.css @@ -2,7 +2,6 @@ background-color: white; margin: auto; padding: 10px; - max-width: 800px; display: grid; grid-template-columns: auto 1fr; gap: 10px; @@ -35,7 +34,7 @@ .form .admin_form i{ font-size: smaller; } -.form_gdpr{ +.form_warning{ font-size: smaller; } -- cgit v1.2.3