Skip to content

Commit

Permalink
iOS Safari scaling fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lhl committed Feb 26, 2016
1 parent dede049 commit 108ddb2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions style.css
Expand Up @@ -978,6 +978,14 @@ body {
body {
margin: 1em 0.5em;
}

/* Otherwise Safari auto-scales... https://www.reddit.com/r/web_design/comments/3la04p/psa_safari_on_ios9_has_a_media_query_bug/ */
h2 {
word-break: normal;
}
a {
word-break: break-all;
}
}

.site-title a {
Expand Down

0 comments on commit 108ddb2

Please sign in to comment.