feat: new index and style update

This commit is contained in:
Dillon
2019-08-19 01:36:52 +08:00
parent 6981f1e285
commit ee7c7549b5
29 changed files with 801 additions and 707 deletions

View File

@@ -0,0 +1,22 @@
@import "_home";
.post-warp {
position: relative;
width: 100%;
max-width: 780px;
margin: 0 auto;
padding-top: 2rem;
@import "_post";
@import "_posts";
}
.archive {
.post-title {
text-align: right;
padding-bottom: 2em;
}
@import "_terms";
@import "_tags";
}