2

My website looks very big on Retina display. All fonts and div elements are bigger than what I see in Chrome. Any idea how I can fix this?

John Macl
  • 331
  • 2
  • 5
  • 12

1 Answers1

0

If you have problem with the font size, as i understand from your post, i think this example will help you:

font-size:16px;
-webkit-font-size:16px;

Or try to add this line on body:

-webkit-text-size-adjust: none;

As i experienced, retina display duplicates the fonts size.

Hope this will help you :)

Saghir A. Khatri
  • 3,429
  • 6
  • 45
  • 76
Jozsi
  • 138
  • 6