This hadn\'t hit me until now (and this is not only in webkit browsers). On all texts in like p tags, h1 tags etc... there\'s an extra space over a
p
h1
-webkit-margin-before: 0em; -webkit-padding-start: 0; -webkit-margin-after: 0em;
This solved it for me when I was having this exact problem.