From 78adc3eddbaf8683c3bed4d2d788cc8c4d9bcd18 Mon Sep 17 00:00:00 2001 From: 0UserName <46850587+0UserName@users.noreply.github.com> Date: Sat, 5 Apr 2025 14:07:01 +0300 Subject: [PATCH] .content-align-justify added to _banner.scss --- assets/sass/components/_banner.scss | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/assets/sass/components/_banner.scss b/assets/sass/components/_banner.scss index a3ae207..0561b64 100644 --- a/assets/sass/components/_banner.scss +++ b/assets/sass/components/_banner.scss @@ -357,6 +357,10 @@ } } + &.content-align-justify { + text-align: justify; + } + // Image Position. &.image-position-left { .image { @@ -507,6 +511,10 @@ text-align: right; } + &.content-align-justify { + text-align: justify; + } + // Image Position. &.image-position-left { .image { @@ -662,6 +670,10 @@ text-align: right; } + &.content-align-justify { + text-align: justify; + } + // Image Position. &.image-position-left { .image { @@ -802,6 +814,10 @@ &.content-align-right { text-align: right; } + + &.content-align-justify { + text-align: justify; + } // Image Position. &.image-position-left { @@ -906,6 +922,10 @@ text-align: right; } + &.content-align-justify { + text-align: justify; + } + // Image Position. &.image-position-left { .image { @@ -988,4 +1008,4 @@ } } - @include color-banner; \ No newline at end of file + @include color-banner;