Skip to content

Commit 68f163e

Browse files
author
Evan You
committed
fix section link indentation
1 parent 083685c commit 68f163e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

themes/vue/source/css/page.styl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,11 @@ $header-height = 40px
8888
list-style-type none
8989
margin 0
9090
line-height 1.8em
91+
padding-left 1em
92+
.menu-root
9193
padding-left 0
9294
.menu-sub
9395
font-size .85em
94-
padding-left 1em
9596
.sidebar-link
9697
color $light
9798
&.current
@@ -106,6 +107,7 @@ $header-height = 40px
106107
.main-menu
107108
margin-bottom 20px
108109
display none
110+
padding-left 0
109111

110112
.content
111113
padding 2.2em 0

0 commit comments

Comments
 (0)