Merge pull request #2136 from betagouv/fix-design

Fix design
This commit is contained in:
gregoirenovel 2018-06-21 15:02:58 +02:00 committed by GitHub
commit 42a06959cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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.