fixed text alignment

This commit is contained in:
2024-04-29 10:33:51 +02:00
parent 3e44db42d0
commit dd1e48c5d8
2 changed files with 12 additions and 0 deletions

View File

@ -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;