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 ----------------------------- */ /* base reset ----------------------------- */
html { html {
font-size: 62.5%; font-size: 62.5%;
-ms-text-size-adjust: 62.5%; -webkit-text-size-adjust: 100%;
-webkit-text-size-adjust: 62.5%;
-ms-overflow-style: -ms-autohiding-scrollbar; -ms-overflow-style: -ms-autohiding-scrollbar;
box-sizing: border-box; box-sizing: border-box;
border-collapse: collapse; border-collapse: collapse;

Loading…
Cancel
Save