mirror of
https://github.com/caressofsteel/hugo-story.git
synced 2025-11-04 15:55:28 +01:00
.content-align-justify added to _banner.scss
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user