Skip to content

Commit dc1d1b1

Browse files
committed
详情页面样式调整。
1 parent a79fcb7 commit dc1d1b1

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

template/styl/index.styl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,10 @@ a.github-corner {
184184

185185
.header.header_list{
186186
width auto
187+
position fixed
188+
width 100%
189+
background #fff
190+
z-index 99
187191
}
188192

189193
.header_list{

template/styl/mixins/markdown.styl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ div.markdown-body
2626
}
2727
}
2828
}
29-
padding 30px 35px 30px 35px
29+
padding 70px 35px 30px 35px
3030
word-wrap break-word
3131
font-family "Helvetica Neue", Helvetica, "Segoe UI", Arial, freesans, sans-serif
3232
font-size 14px

0 commit comments

Comments
 (0)