This commit is contained in:
Van
2019-07-17 19:24:09 +08:00
parent 90a0d0c577
commit 1c3224f3de
35 changed files with 83 additions and 61 deletions

File diff suppressed because one or more lines are too long

View File

@@ -214,21 +214,6 @@ code, tt {
border-radius: 2px;
}
pre {
-moz-box-sizing: border-box;
box-sizing: border-box;
margin: 0 0 1.75em 0;
border: #E3EDF3 1px solid;
width: 100%;
padding: 10px;
font-family: Inconsolata, monospace, "Microsoft Yahei", 'Helvetica';
font-size: 0.9em;
white-space: pre;
overflow: auto;
background: #F7FAFB;
border-radius: 3px;
}
pre code, pre tt {
font-size: inherit;
white-space: pre-wrap;
@@ -779,6 +764,10 @@ article.post {
}
}
.post-content--article {
padding-bottom: 10px;
}
article.post:after {
display: block;
content: "";