From 5bb982bff6cf5ef8531e28ea709236c15de61292 Mon Sep 17 00:00:00 2001 From: BernatBC Date: Tue, 17 Oct 2023 20:48:08 +0300 Subject: [PATCH] Justify content --- assets/styles/components/texts.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/assets/styles/components/texts.scss b/assets/styles/components/texts.scss index 72c727d..e70be4a 100644 --- a/assets/styles/components/texts.scss +++ b/assets/styles/components/texts.scss @@ -82,6 +82,8 @@ html[data-theme='dark'] { p { color: get-dark-color('text-color'); + text-align: justify; + text-justify: inter-word; } input {