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