Commit ec63ce12 authored by Jakob Moser's avatar Jakob Moser
Browse files

Mitigate width problems by enabling auto hyphenation

parent 5d89b4f8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -311,6 +311,7 @@ header nav li:hover > ul {
/* ==== General styles: Articles ==== */
article {
    padding: 2em;
    hyphens: auto;
}

article .content p, article .content blockquote {