From f7518c09e5149b7fe0203e31fb15f600c977a521 Mon Sep 17 00:00:00 2001 From: Anders Fajersson Date: Tue, 20 Aug 2019 21:51:44 +0200 Subject: [PATCH] Site: Fix tiny font size on iOS Also removed rule targeting IE on Windows Phone. --- site/static/global.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/site/static/global.css b/site/static/global.css index 14e4e0a0c0..ef5cd6fb39 100644 --- a/site/static/global.css +++ b/site/static/global.css @@ -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;