From d192266f5577c9d475344914716bb07cbbe2081c Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Sun, 15 Sep 2024 12:25:30 +0200 Subject: [PATCH] =?UTF-8?q?chg:=20[css]=20Le=20text=20justifi=C3=A9=20c'es?= =?UTF-8?q?t=20comme=20les=20livres...?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/writeonly/assets/scss/_markdown.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/themes/writeonly/assets/scss/_markdown.scss b/themes/writeonly/assets/scss/_markdown.scss index f79891a..4eae834 100644 --- a/themes/writeonly/assets/scss/_markdown.scss +++ b/themes/writeonly/assets/scss/_markdown.scss @@ -8,6 +8,8 @@ p { margin: 1em 0; line-height: 1.75em; + text-justify: auto; + text-align: justify; } blockquote {