about summary refs log tree commit diff stats
path: root/css/prose.css
blob: 28b2db2370d14949e56d0ce9b468977f74778941 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* PROSE css for Autocento.
 * for PROSE considerations ONLY, e.g.:
 * line-height
 * hyphenation
 * etc.
 */

.prose {
    text-align: justify;
    max-width: 39em;
    margin: auto;
    hyphens: auto;
    -moz-hyphens: auto;
}
.prose p::first-child::first-line {
    font-variant: small-caps;
    letter-spacing: 0.1em;
}