Merge pull request #61 from 0UserName/master

.content-align-justify for content alignment
This commit is contained in:
⚔️ DR ⚔️
2025-11-01 12:50:42 -04:00
committed by GitHub
5 changed files with 85 additions and 1 deletions

View File

@@ -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 {