From 0065d8933e3e9ce7a8a2d180267a1fd9455b04b8 Mon Sep 17 00:00:00 2001 From: Corinne Durrmeyer Date: Fri, 28 Jun 2024 11:09:46 +0200 Subject: [PATCH] Combine address in a single paragraph --- app/views/static_pages/legal_notice.html.haml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/app/views/static_pages/legal_notice.html.haml b/app/views/static_pages/legal_notice.html.haml index ffa99bd18..c39d3637f 100644 --- a/app/views/static_pages/legal_notice.html.haml +++ b/app/views/static_pages/legal_notice.html.haml @@ -13,9 +13,12 @@ .fr-mb-4w %h2 = t('views.legal_notice.editing') - %p.fr-mb-2w= t('views.legal_notice.editing_content.line_one') - %p.fr-mb-2w= t('views.legal_notice.editing_content.line_two') - %p.fr-mb-2w= t('views.legal_notice.editing_content.line_three') + %p + = t('views.legal_notice.editing_content.line_one') + %br + = t('views.legal_notice.editing_content.line_two') + %br + = t('views.legal_notice.editing_content.line_three') .fr-mb-4w %h2