fix(style): fix style of post navigation (#780)

This commit is contained in:
Kitcham 2020-09-03 00:11:17 +08:00 committed by GitHub
parent a9da5cc580
commit 550de87339
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 0 deletions

View File

@ -148,3 +148,17 @@ article
a
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