From 28f272cafc4d989122ac3bc27c7493c4372753c5 Mon Sep 17 00:00:00 2001 From: Steffen Barnau <97598458+steffenba@users.noreply.github.com> Date: Thu, 12 Sep 2024 10:36:51 +0200 Subject: [PATCH] align card text to left --- assets/styles/components/texts.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/styles/components/texts.scss b/assets/styles/components/texts.scss index 522b629..15b288f 100644 --- a/assets/styles/components/texts.scss +++ b/assets/styles/components/texts.scss @@ -12,7 +12,7 @@ strong { p { color: get-light-color('text-color'); - text-align: justify; + text-align: left; text-justify: inter-word; }