Skip to content

Commit 8f0d8f0

Browse files
committed
style: Update markdown style.
1 parent 9426939 commit 8f0d8f0

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

template/styl/mixins/markdown.styl

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,10 @@ mq-mobile = "screen and (max-width: 479px)"
55
position relative
66
right 38px
77
float right
8-
top 110px
8+
top 26px
99
z-index 2
1010

1111
@media mq-mobile {
12-
top 140px
1312
right 15px
1413
}
1514
.split {
@@ -33,7 +32,11 @@ mq-mobile = "screen and (max-width: 479px)"
3332
}
3433
}
3534

36-
.wmde-markdown {
35+
.markdown-body .markdown-body {
36+
padding-top: 0 !important;
37+
}
38+
39+
.markdown-body {
3740
padding 70px 35px 30px 35px
3841
word-wrap break-word
3942
font-family: "SFMono-Regular",Consolas,"Liberation Mono",Menlo,Courier,monospace;

0 commit comments

Comments
 (0)