From ed437cc28326505c82ff1d08cfa578d7ffb9962d Mon Sep 17 00:00:00 2001 From: Nelle Varoquaux Date: Tue, 27 May 2025 16:38:35 +0200 Subject: [PATCH] Justify text --- custom.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/custom.scss b/custom.scss index 014cffc..c800f14 100644 --- a/custom.scss +++ b/custom.scss @@ -43,3 +43,7 @@ div.quarto-post { width: auto; padding-right: 10px; } + +p { + text-align: justify; +}