diff --git a/sass/_text.scss b/sass/_text.scss
index eb52d51..41d271f 100644
--- a/sass/_text.scss
+++ b/sass/_text.scss
@@ -46,5 +46,11 @@ h3, .subtitle-text {
font-family: "Fira Sans", sans-serif;
font-size: 16px;
font-weight: 400;
- letter-spacing: 0.1px;
+ letter-spacing: 0.2px;
+}
+
+footer .subtext {
+ line-height: 1.6em;
+ margin-top: 1em;
+ margin-bottom: 1em;
}
diff --git a/sass/juice.scss b/sass/juice.scss
index fd1086f..94285c9 100644
--- a/sass/juice.scss
+++ b/sass/juice.scss
@@ -161,6 +161,7 @@ footer {
flex-direction: column;
justify-content: center;
align-items: center;
+ text-align: center;
background-color: #202020;
color: #fcfcfc;
diff --git a/templates/index.html b/templates/index.html
index 6f697ae..1193328 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -56,7 +56,7 @@
thème dérivé de Juice,
servi par Garage.
- Last updated on: {{ now() | date(format="%d %B %Y") }}
+ Dernière mise à jour le {{ now() | date(format="%A %-d %B %Y", locale="fr_FR") }}.
{% endblock footer %}