replace invalid h3
This commit is contained in:
parent
123646c88a
commit
571875e0f3
2 changed files with 4 additions and 2 deletions
|
@ -16,7 +16,8 @@ $procedure-description-line-height: 22px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
.simple {
|
||||||
|
font-size: 24px;
|
||||||
color: $blue;
|
color: $blue;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,8 +1,9 @@
|
||||||
.no-procedure
|
.no-procedure
|
||||||
= image_tag "landing/hero/dematerialiser.svg", class: "paperless-logo", alt: "moins de papier"
|
= image_tag "landing/hero/dematerialiser.svg", class: "paperless-logo", alt: "moins de papier"
|
||||||
.baseline.center
|
.baseline.center
|
||||||
%h3 Un outil simple
|
|
||||||
%p
|
%p
|
||||||
|
%span.simple Un outil simple
|
||||||
|
%br
|
||||||
pour gérer les formulaires
|
pour gérer les formulaires
|
||||||
%br
|
%br
|
||||||
administratifs dématérialisés.
|
administratifs dématérialisés.
|
||||||
|
|
Loading…
Reference in a new issue