Prevent image overflow
This commit is contained in:
parent
6bb9d708ab
commit
2e3ee18a32
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue