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

.prose {
    text-align: justify;
    hyphens: auto;
    -moz-hyphens: auto;
}
.prose p:first-child::first-line {
    font-variant: small-caps;
}