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

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