Browser bugs
Safari / Voiceover
When using list-style-none
Voiceover will not announce the number of listitems.
Solution
ul li:before {
content: "\200B";
}
Font size iPhone
Inconsistent font-size and worng sizes on iPhone
Solution
body {
-webkit-text-size-adjust: 100%;
}