Web/style/book.css
Ell 9270cf8bed
Some checks failed
Web/pipeline/head There was a failure building this commit
added short story look and feel and published Em & Ben
2021-03-31 19:24:36 +02:00

45 lines
541 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;
}