footer remove br tags

This commit is contained in:
Julie Salha 2023-01-25 16:11:07 +01:00 committed by Julie Salha
parent dfd5bdf44d
commit 2a9a79a673
3 changed files with 10 additions and 6 deletions

View file

@ -18,3 +18,9 @@
width: 9rem;
}
}
.fr-footer__top-link p {
margin-bottom: 0;
font-size: 0.75rem;
line-height: 1.25rem;
}

View file

@ -12,11 +12,8 @@
%p
%strong
= t('.procedure_management')
%br
= service.nom
%br
= service.organisme
%br
= service.adresse
%td{ width: "50%", valign: "top" }
%p

View file

@ -15,9 +15,10 @@
%li
- horaires = "#{I18n.t('users.procedure_footer.contact.schedule.prefix')}#{formatted_horaires(service.horaires)}"
= link_to service.telephone_url, class: 'fr-footer__top-link' do
= I18n.t('users.procedure_footer.contact.phone.link', service_telephone: service.telephone)
%br
= horaires
%p
= I18n.t('users.procedure_footer.contact.phone.link', service_telephone: service.telephone)
%p
= horaires
%li
= link_to I18n.t('users.procedure_footer.contact.stats.link'), statistiques_path(procedure.path), class: 'fr-footer__top-link', rel: 'noopener'