mirror of
https://github.com/caressofsteel/hugo-story.git
synced 2025-11-04 15:55: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 {
|
||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user