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;
|
||||
}
|
||||
|
||||
&.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 {
|
||||
@@ -1010,4 +1030,4 @@
|
||||
}
|
||||
}
|
||||
|
||||
@include color-spotlight;
|
||||
@include color-spotlight;
|
||||
|
||||
Reference in New Issue
Block a user