Web/style/book.css
Ell 37138b67f8
All checks were successful
Web/pipeline/head This commit looks good
fixed some issues with the new book styling
2021-04-01 00:45:26 +02:00

42 lines
625 B
CSS

.list-display {
max-width: 40.5em;
}
#page {
font-family: "Georgia", serif;
text-align: justify;
}
#page .chapter {
padding-bottom: 2em;
}
#page p {
text-indent: 1.25em;
margin: 0;
hyphens: auto;
}
.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;
}
#page .rule {
text-align: center !important;
margin-top: 1em;
margin-bottom: 1em;
font-weight: bold;
}
@media (max-width: 768px) {
.list-display {
max-width: 35.5em;
}
}