2019-08-18 19:36:52 +02:00
|
|
|
@import "_home";
|
|
|
|
|
|
|
|
.post-warp {
|
|
|
|
position: relative;
|
|
|
|
width: 100%;
|
2019-11-20 08:58:41 +01:00
|
|
|
max-width: 960px;
|
2019-08-18 19:36:52 +02:00
|
|
|
margin: 0 auto;
|
2019-08-21 19:22:33 +02:00
|
|
|
padding-top: 6rem;
|
2019-08-18 19:36:52 +02:00
|
|
|
|
|
|
|
@import "_post";
|
|
|
|
@import "_posts";
|
|
|
|
}
|
|
|
|
|
|
|
|
.archive {
|
|
|
|
.post-title {
|
|
|
|
text-align: right;
|
2019-08-24 13:32:41 +02:00
|
|
|
padding-bottom: 2rem;
|
2019-08-18 19:36:52 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
@import "_terms";
|
|
|
|
@import "_tags";
|
2019-08-24 13:32:41 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.single {
|
|
|
|
.post-title {
|
|
|
|
text-align: right;
|
|
|
|
padding-bottom: 2rem;
|
|
|
|
}
|
2019-08-18 19:36:52 +02:00
|
|
|
}
|