Web/style/book.css
Ell 798e8cd8e3
All checks were successful
Web/pipeline/head This commit looks good
fixed rss feed generator
2021-03-31 19:36:32 +02:00

51 lines
625 B
CSS

.list-display {
max-width: 40.5em;
}
.chapter {
padding-bottom: 2em;
}
#page {
font-family: "Georgia", serif;
text-align: justify;
}
span.chapter-header {
font-size: 2rem;
}
p {
text-indent: 1.25em;
margin: 0;
hyphens: auto;
}
p.meta-info {
text-indent: 0;
hyphens: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
text-align: left;
font-family: sans-serif;
font-variant: small-caps;
}
.rule {
text-align: center !important;
margin-top: 1em;
margin-bottom: 1em;
font-weight: bold;
}
@media (max-width: 768px) {
.list-display {
max-width: 35.5em;
}
}