diff options
Diffstat (limited to 'css')
-rw-r--r-- | css/prose.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/css/prose.css b/css/prose.css index 92b3b62..053b446 100644 --- a/css/prose.css +++ b/css/prose.css | |||
@@ -7,6 +7,8 @@ | |||
7 | 7 | ||
8 | .prose { | 8 | .prose { |
9 | text-align: justify; | 9 | text-align: justify; |
10 | hyphens: auto; | ||
11 | -moz-hyphens: auto; | ||
10 | } | 12 | } |
11 | .prose p:first-child::first-line { | 13 | .prose p:first-child::first-line { |
12 | font-variant: small-caps; | 14 | font-variant: small-caps; |