fix stylelint

This commit is contained in:
afc163 2019-12-27 15:59:09 +08:00
parent 02ad26b6ee
commit 989df9af69
2 changed files with 7 additions and 7 deletions

View File

@ -39,12 +39,12 @@
}
.markdown {
pre {
padding: 6px 12px;
margin: 0.5em 0;
padding: 6px 12px;
}
pre code {
background: #f5f5f5;
margin: 0;
background: #f5f5f5;
}
}
&:target {

View File

@ -98,18 +98,18 @@
height: @header-height;
padding-left: 40px;
overflow: hidden;
line-height: @header-height;
white-space: nowrap;
text-decoration: none;
color: @site-heading-color;
font-size: 18px;
font-family: Avenir, @font-family, sans-serif;
line-height: @header-height;
white-space: nowrap;
text-decoration: none;
img {
height: 32px;
margin-right: 16px;
position: relative;
top: -1.5px;
height: 32px;
margin-right: 16px;
}
}