From 2e3ee18a326026cfd20d655bd04aa1567d276768 Mon Sep 17 00:00:00 2001 From: Corinne Durrmeyer Date: Wed, 24 Jul 2024 13:00:40 +0200 Subject: [PATCH] Prevent image overflow --- app/views/layouts/commencer/_no_procedure.html.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/layouts/commencer/_no_procedure.html.haml b/app/views/layouts/commencer/_no_procedure.html.haml index 464ced550..7dbb9621b 100644 --- a/app/views/layouts/commencer/_no_procedure.html.haml +++ b/app/views/layouts/commencer/_no_procedure.html.haml @@ -1,6 +1,6 @@ .center - = image_tag "landing/hero/dematerialiser.svg", class: "fr-mb-1v", alt: "" - %p.fr-m-6v= t('.text') + = image_tag "landing/hero/dematerialiser.svg", class: "fr-responsive-img fr-mb-1v", alt: "" + %p.fr-m-4w= t('.text') %hr %p= t('.are_you_new', app_name: Current.application_name) = link_to t('views.users.sessions.new.find_procedure'), t("links.common.faq.comment_trouver_ma_demarche_url"), title: new_tab_suffix(t('views.users.sessions.new.find_procedure')), class: "fr-btn fr-btn--secondary"