Skip to content

Commit 2123d84

Browse files
author
tildehacker
authored
Set post link text-align property to initial (#39)
`display: inline-block` is needed for text-align to take effect.
1 parent d793ee7 commit 2123d84

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

_sass/dash/_layout.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,8 @@
200200
& > .post-link {
201201
font-size: $base-font-size;
202202
font-size: $post-link-font-size;
203+
display: inline-block;
204+
text-align: initial;
203205
}
204206

205207
& > .post-meta {

0 commit comments

Comments
 (0)