Skip to content

Commit

Permalink
tweak: adjust page bottom padding
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Apr 16, 2018
1 parent bf08d0b commit 24fff7b
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions lib/default-theme/Page.vue
Original file line number Diff line number Diff line change
Expand Up @@ -109,17 +109,20 @@ function find (page, items, offset) {
<style lang="stylus">
@import './styles/config.styl'
.edit-link
.page
padding-bottom 2rem
.edit-link.content
padding-top 0 !important
a
color lighten($textColor, 25%)
margin-right 0.25rem
.page-nav.content
min-height 2.2rem
padding-bottom 2rem
padding-top 0.5rem !important
padding-top 1rem !important
padding-bottom 0 !important
.inner
min-height 2rem
margin-top 0 !important
border-top 1px solid $borderColor
padding-top 1rem
Expand Down

0 comments on commit 24fff7b

Please sign in to comment.