Skip to content

Commit 24fff7b

Browse files
committed
tweak: adjust page bottom padding
1 parent bf08d0b commit 24fff7b

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

Diff for: lib/default-theme/Page.vue

+7-4
Original file line numberDiff line numberDiff line change
@@ -109,17 +109,20 @@ function find (page, items, offset) {
109109
<style lang="stylus">
110110
@import './styles/config.styl'
111111
112-
.edit-link
112+
.page
113+
padding-bottom 2rem
114+
115+
.edit-link.content
113116
padding-top 0 !important
114117
a
115118
color lighten($textColor, 25%)
116119
margin-right 0.25rem
117120
118121
.page-nav.content
119-
min-height 2.2rem
120-
padding-bottom 2rem
121-
padding-top 0.5rem !important
122+
padding-top 1rem !important
123+
padding-bottom 0 !important
122124
.inner
125+
min-height 2rem
123126
margin-top 0 !important
124127
border-top 1px solid $borderColor
125128
padding-top 1rem

0 commit comments

Comments
 (0)