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