fixed text alignment
This commit is contained in:
@@ -86,6 +86,12 @@ h2 {
|
|||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
max-lines: 3;
|
max-lines: 3;
|
||||||
|
|
||||||
|
|
||||||
|
text-align: center;
|
||||||
|
@include breakpoint($medium) {
|
||||||
|
text-align: unset;
|
||||||
|
}
|
||||||
|
|
||||||
a[rel="permalink"]::before {
|
a[rel="permalink"]::before {
|
||||||
content: '';
|
content: '';
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|||||||
@@ -357,6 +357,12 @@ body {
|
|||||||
|
|
||||||
.archive__item-title {
|
.archive__item-title {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
|
|
||||||
|
text-align: center;
|
||||||
|
@include breakpoint($medium) {
|
||||||
|
text-align: unset;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.archive__subtitle {
|
.archive__subtitle {
|
||||||
|
|||||||
Reference in New Issue
Block a user