Fix design
This commit is contained in:
parent
ef45f9d444
commit
3058c4350f
2 changed files with 1 additions and 7 deletions
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue