42 lines
No EOL
625 B
CSS
42 lines
No EOL
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;
|
|
}
|
|
} |