From c7e5c9a8ef51fef4c52791ac0fd8e7cb09ee12e8 Mon Sep 17 00:00:00 2001 From: Adrien Bourmault Date: Sat, 4 Sep 2021 18:21:41 +0200 Subject: [PATCH] Changement de justification pour le texte --- styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles.css b/styles.css index 405f2a7..741b7d6 100644 --- a/styles.css +++ b/styles.css @@ -15,7 +15,7 @@ body { font-family: sans-serif; font-size: 70%; text-align: justify; - text-justify: auto; + text-justify: inter-character; } a {