.content-align-justify added to _spotlight.scss

This commit is contained in:
0UserName
2025-04-05 14:08:33 +03:00
committed by GitHub
parent 78adc3eddb
commit 8a11a52c59

View File

@@ -346,6 +346,10 @@
text-align: right; text-align: right;
} }
&.content-align-justify {
text-align: justify;
}
// Image Position. // Image Position.
&.image-position-left { &.image-position-left {
.image { .image {
@@ -491,6 +495,10 @@
&.content-align-right { &.content-align-right {
text-align: right; text-align: right;
} }
&.content-align-justify {
text-align: justify;
}
// Image Position. // Image Position.
&.image-position-left { &.image-position-left {
@@ -628,6 +636,10 @@
text-align: right; text-align: right;
} }
&.content-align-justify {
text-align: justify;
}
// Image Position. // Image Position.
&.image-position-left { &.image-position-left {
.image { .image {
@@ -784,6 +796,10 @@
text-align: right; text-align: right;
} }
&.content-align-justify {
text-align: justify;
}
// Image Position. // Image Position.
&.image-position-left { &.image-position-left {
.image { .image {
@@ -928,6 +944,10 @@
text-align: right; text-align: right;
} }
&.content-align-justify {
text-align: justify;
}
// Image Position. // Image Position.
&.image-position-left { &.image-position-left {
.image { .image {
@@ -1010,4 +1030,4 @@
} }
} }
@include color-spotlight; @include color-spotlight;