Skip to content

Commit

Permalink
Merge pull request #19 from Astrian/v1.0
Browse files Browse the repository at this point in the history
V1.0
  • Loading branch information
Astrian Zheng authored Dec 2, 2019
2 parents 2ccb8e7 + 6c9cee1 commit 62d30a3
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions asset/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,19 @@ a:hover.item{
font-size: 23px;
line-height: 40px;
}
.article.huge .post h2{
margin-top: 45px;
margin-bottom: 20px;
font-weight: 500;
}
.article.huge .post .body pre{
background-color: #242424;
color: white;
border-radius: 4px;
padding: 8px;
border: #042f39 1px solid;
box-shadow: inset 0px 1px 5px #000;
}

.pagenavi {
display: flex;
Expand Down Expand Up @@ -356,6 +369,11 @@ span.smallcaps {
font-size: 20px;
line-height: 30px;
}
.article.huge .post h2{
margin-top: 25px;
margin-bottom: 10px;
font-weight: 500;
}

.article.normal {
flex-direction: row-reverse;
Expand Down

0 comments on commit 62d30a3

Please sign in to comment.