Web/main/style/book.css
Ell 6bde3c4ff8
Some checks failed
Web/pipeline/head There was a failure building this commit
silently convert the entire website to jekyll
2021-07-09 01:59:28 +02:00

45 lines
702 B
CSS

.list-display {
max-width: 40.5em;
}
.post-content {
font-family: "Georgia", serif;
text-align: justify;
margin-bottom: 2em;
}
.post-content p {
text-indent: 1.25em;
margin: 0;
hyphens: auto;
}
.post-content hr {
border: none;
margin-top: 1em;
margin-bottom: 3em;
}
.post-content hr::before {
content: '***';
display: block;
text-align: center;
font-weight: bold;
}
.list-display h1,
.list-display h2,
.list-display h3,
.list-display h4,
.list-display h5,
.list-display h6 {
text-align: left;
font-family: sans-serif;
font-variant: small-caps;
}
@media (max-width: 768px) {
.list-display {
max-width: 35.5em;
}
}