feat: new index and style update
This commit is contained in:
22
assets/css/_page/_index.scss
Normal file
22
assets/css/_page/_index.scss
Normal 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";
|
||||
}
|
||||
Reference in New Issue
Block a user