Skip to content

Commit 6b2d0be

Browse files
committed
fix(theme): add bottom padding to home page
1 parent ed03520 commit 6b2d0be

File tree

1 file changed

+1
-1
lines changed
  • packages/vuepress/vuepress-theme-titanium/components

1 file changed

+1
-1
lines changed

packages/vuepress/vuepress-theme-titanium/components/Home.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export default {
6565

6666
<style lang="stylus">
6767
.home
68-
padding $navbarHeight 2rem 0
68+
padding $navbarHeight 2rem 2rem
6969
max-width 960px
7070
margin 0px auto
7171
.hero

0 commit comments

Comments
 (0)