💄 page nav

This commit is contained in:
shenyu 2020-08-15 23:08:45 +08:00
parent 8217da81ab
commit ca3fe89197
2 changed files with 7 additions and 2 deletions

View File

@ -70,9 +70,10 @@
.page-nav
clearfix()
margin: 3rem auto
margin: 3rem auto 5rem
text-align: center
overflow: hidden
font-size: 115%
a, span
padding: 1rem 1.5rem
line-height: 1
@ -80,8 +81,12 @@
text-decoration: none
.prev
float: left
border-radius: 6px
border: 1px solid
.next
float: right
border-radius: 6px
border: 1px solid
.page-number
display: inline-block
@media mq-mobile

File diff suppressed because one or more lines are too long