blob: 92b3b62f1f3ddfab9f7767162e85c795444db139 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/* PROSE css for Autocento.
* for PROSE considerations ONLY, e.g.:
* line-height
* hyphenation
* etc.
*/
.prose {
text-align: justify;
}
.prose p:first-child::first-line {
font-variant: small-caps;
}
|