From f673bb6b169bf7f014b9516c875b0a68842b174e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luka=20Govedi=C4=8D?= Date: Thu, 21 Aug 2025 11:39:41 -0400 Subject: [PATCH] Justify text in blogs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Luka Govedič --- _sass/minima/custom-styles.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/_sass/minima/custom-styles.scss b/_sass/minima/custom-styles.scss index 14a2eb7..1cff341 100644 --- a/_sass/minima/custom-styles.scss +++ b/_sass/minima/custom-styles.scss @@ -1,3 +1,7 @@ img { background-color: $lm-background-color; +} + +p { + text-align: justify; } \ No newline at end of file