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;