Site: Fix tiny font size on iOS

Also removed rule targeting IE on Windows Phone.
pull/3437/head
Anders Fajersson 6 years ago
parent d42a8627cd
commit f7518c09e5

@ -113,8 +113,7 @@ body {
/* base reset ----------------------------- */
html {
font-size: 62.5%;
-ms-text-size-adjust: 62.5%;
-webkit-text-size-adjust: 62.5%;
-webkit-text-size-adjust: 100%;
-ms-overflow-style: -ms-autohiding-scrollbar;
box-sizing: border-box;
border-collapse: collapse;

Loading…
Cancel
Save