From f70be9acd6e163a71262e93f1bf7c552208c3e2b Mon Sep 17 00:00:00 2001 From: ADRN Date: Sat, 7 Dec 2024 18:25:13 +0100 Subject: =?UTF-8?q?hotfix:=20am=C3=A9lioration=20du=20footer,=20incluant?= =?UTF-8?q?=20mise=20en=20fran=C3=A7ais=20de=20la=20date=20(d=C3=A9pend=20?= =?UTF-8?q?de=20la=20version=20de=20Zola=20install=C3=A9e,=20il=20faut=20a?= =?UTF-8?q?u=20moins=20la=200.17=20si=20j'ai=20bien=20compris?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sass/_text.scss | 8 +++++++- sass/juice.scss | 1 + 2 files changed, 8 insertions(+), 1 deletion(-) (limited to 'sass') 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; -- cgit v1.2.3