mirror of
https://github.com/dillonzq/LoveIt.git
synced 2024-11-15 11:33:20 +01:00
22 lines
290 B
SCSS
22 lines
290 B
SCSS
|
@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";
|
||
|
}
|