From e1002beacac8e35280523070e701d47f3bc42f05 Mon Sep 17 00:00:00 2001 From: Kara Diaby Date: Thu, 11 Apr 2024 09:20:44 +0200 Subject: [PATCH] Met le conteneur au DSFR pour assurer la responsive sur la page contact --- app/views/support/index.html.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/support/index.html.haml b/app/views/support/index.html.haml index fb97ab53b..99fee2678 100644 --- a/app/views/support/index.html.haml +++ b/app/views/support/index.html.haml @@ -3,8 +3,8 @@ = render partial: "root/footer" #contact-form - .container - %h1.new-h1 + .fr-container + %h1 = t('.contact') = form_tag contact_path, method: :post, multipart: true, class: 'fr-form-group', data: {controller: :support } do