mirror of
https://github.com/caressofsteel/hugo-story.git
synced 2025-11-05 00:05:28 +01:00
.content-align-justify added to _spotlight.scss
This commit is contained in:
@@ -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 {
|
||||||
@@ -492,6 +496,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 {
|
||||||
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user