2019-08-18 19:36:52 +02:00
|
|
|
@import "_home";
|
2020-02-02 11:18:06 +01:00
|
|
|
@import "_404";
|
2019-08-18 19:36:52 +02:00
|
|
|
|
2020-02-01 12:47:58 +01:00
|
|
|
.page {
|
2019-08-18 19:36:52 +02:00
|
|
|
position: relative;
|
|
|
|
width: 100%;
|
2020-01-31 18:52:27 +01:00
|
|
|
max-width: 980px;
|
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;
|
|
|
|
}
|
2020-01-31 11:46:28 +01:00
|
|
|
}
|