Fix design

This commit is contained in:
Mathieu Magnin 2018-06-21 14:12:44 +02:00 committed by gregoirenovel
parent ef45f9d444
commit 3058c4350f
2 changed files with 1 additions and 7 deletions

View file

@ -23,12 +23,6 @@ h1 {
font-weight: bold;
}
h2 {
font-size: 30px;
margin-bottom: 15px;
border-bottom: 1px solid $border-grey;
}
strong {
font-weight: bold;
}

View file

@ -16,7 +16,7 @@
= f.select :type_organisme, Service.type_organismes.keys.map { |key| [ I18n.t("type_organisme.#{key}"), key] }
%h2 Informations de contact
%h2.header-section Informations de contact
%p.explication Ces informations seront visibles par les utilisateurs du formulaire.