From 8a11a52c592e905ec32b539cda159acdf74f612b Mon Sep 17 00:00:00 2001 From: 0UserName <46850587+0UserName@users.noreply.github.com> Date: Sat, 5 Apr 2025 14:08:33 +0300 Subject: [PATCH] .content-align-justify added to _spotlight.scss --- assets/sass/components/_spotlight.scss | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/assets/sass/components/_spotlight.scss b/assets/sass/components/_spotlight.scss index 0d081ad..da0e44e 100644 --- a/assets/sass/components/_spotlight.scss +++ b/assets/sass/components/_spotlight.scss @@ -346,6 +346,10 @@ text-align: right; } + &.content-align-justify { + text-align: justify; + } + // Image Position. &.image-position-left { .image { @@ -491,6 +495,10 @@ &.content-align-right { text-align: right; } + + &.content-align-justify { + text-align: justify; + } // Image Position. &.image-position-left { @@ -628,6 +636,10 @@ text-align: right; } + &.content-align-justify { + text-align: justify; + } + // Image Position. &.image-position-left { .image { @@ -784,6 +796,10 @@ text-align: right; } + &.content-align-justify { + text-align: justify; + } + // Image Position. &.image-position-left { .image { @@ -928,6 +944,10 @@ text-align: right; } + &.content-align-justify { + text-align: justify; + } + // Image Position. &.image-position-left { .image { @@ -1010,4 +1030,4 @@ } } - @include color-spotlight; \ No newline at end of file + @include color-spotlight;