Quote Originally Posted by MrSeven View Post
Had the same over lapping writing too when viewing on my mobile phone.
Did some digging about this.
It's because line-height is set to 0em, so it starts the new line without going down.

Looks like this if set to line-height: normal;