2021-03-31 19:24:36 +02:00
|
|
|
.list-display {
|
|
|
|
max-width: 40.5em;
|
|
|
|
}
|
|
|
|
|
2021-07-09 01:59:28 +02:00
|
|
|
.post-content {
|
2021-03-31 19:24:36 +02:00
|
|
|
font-family: "Georgia", serif;
|
|
|
|
text-align: justify;
|
2021-07-09 01:59:28 +02:00
|
|
|
margin-bottom: 2em;
|
2021-03-31 19:24:36 +02:00
|
|
|
}
|
|
|
|
|
2021-07-09 01:59:28 +02:00
|
|
|
.post-content p {
|
2021-03-31 19:24:36 +02:00
|
|
|
text-indent: 1.25em;
|
|
|
|
margin: 0;
|
|
|
|
hyphens: auto;
|
|
|
|
}
|
|
|
|
|
2021-07-09 01:59:28 +02:00
|
|
|
.post-content hr {
|
|
|
|
border: none;
|
|
|
|
margin-top: 1em;
|
|
|
|
margin-bottom: 3em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.post-content hr::before {
|
|
|
|
content: '***';
|
|
|
|
display: block;
|
|
|
|
text-align: center;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2021-04-01 00:45:26 +02:00
|
|
|
.list-display h1,
|
|
|
|
.list-display h2,
|
|
|
|
.list-display h3,
|
|
|
|
.list-display h4,
|
|
|
|
.list-display h5,
|
|
|
|
.list-display h6 {
|
2021-03-31 19:24:36 +02:00
|
|
|
text-align: left;
|
|
|
|
font-family: sans-serif;
|
|
|
|
font-variant: small-caps;
|
|
|
|
}
|
|
|
|
|
2021-03-31 19:36:32 +02:00
|
|
|
@media (max-width: 768px) {
|
|
|
|
.list-display {
|
|
|
|
max-width: 35.5em;
|
|
|
|
}
|
2021-03-31 19:24:36 +02:00
|
|
|
}
|