.content-align-justify added to _banner.scss

This commit is contained in:
0UserName
2025-04-05 14:07:01 +03:00
committed by GitHub
parent e3e2b8d867
commit 78adc3eddb

View File

@@ -357,6 +357,10 @@
} }
} }
&.content-align-justify {
text-align: justify;
}
// Image Position. // Image Position.
&.image-position-left { &.image-position-left {
.image { .image {
@@ -507,6 +511,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 {
@@ -662,6 +670,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 {
@@ -802,6 +814,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 {
@@ -906,6 +922,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 {
@@ -988,4 +1008,4 @@
} }
} }
@include color-banner; @include color-banner;