Commit 0f8bcd91 authored by Jakob Moser's avatar Jakob Moser
Browse files

Add webkit prefix so auto hyphenation works on more browsers

parent 3a77ba75
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -224,6 +224,7 @@ header nav {
    vertical-align: bottom;
    text-transform: lowercase;
    hyphens: auto;
    -webkit-hyphens: auto;
}

header nav li {
@@ -328,6 +329,7 @@ header nav li:hover > ul {
article {
    padding: 2em;
    hyphens: auto;
    -webkit-hyphens: auto;
}

article .content p, article .content blockquote {