fix(style): fix style of post navigation (#780)
This commit is contained in:
parent
a9da5cc580
commit
550de87339
|
@ -148,3 +148,17 @@ article
|
||||||
|
|
||||||
a
|
a
|
||||||
color: inherit
|
color: inherit
|
||||||
|
|
||||||
|
a
|
||||||
|
&.article-nav-prev
|
||||||
|
span
|
||||||
|
text-align: left
|
||||||
|
flex-shrink: 1
|
||||||
|
word-wrap: break-word
|
||||||
|
white-space: normal
|
||||||
|
&.article-nav-next
|
||||||
|
span
|
||||||
|
text-align: right
|
||||||
|
flex-shrink: 1
|
||||||
|
word-wrap: break-word
|
||||||
|
white-space: normal
|
Loading…
Reference in New Issue