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-left {
|
||||
.image {
|
||||
@@ -507,6 +511,10 @@
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
&.content-align-justify {
|
||||
text-align: justify;
|
||||
}
|
||||
|
||||
// Image Position.
|
||||
&.image-position-left {
|
||||
.image {
|
||||
@@ -662,6 +670,10 @@
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
&.content-align-justify {
|
||||
text-align: justify;
|
||||
}
|
||||
|
||||
// Image Position.
|
||||
&.image-position-left {
|
||||
.image {
|
||||
@@ -803,6 +815,10 @@
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
&.content-align-justify {
|
||||
text-align: justify;
|
||||
}
|
||||
|
||||
// Image Position.
|
||||
&.image-position-left {
|
||||
.image {
|
||||
@@ -906,6 +922,10 @@
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
&.content-align-justify {
|
||||
text-align: justify;
|
||||
}
|
||||
|
||||
// Image Position.
|
||||
&.image-position-left {
|
||||
.image {
|
||||
|
||||
Reference in New Issue
Block a user