From ea99e3c91b0470a14a8c00c767f6dc627a2d274f Mon Sep 17 00:00:00 2001 From: Thomas Welton Date: Thu, 5 Jun 2014 12:07:40 +0100 Subject: [PATCH] Use px for font-size fixes #13737 --- less/scaffolding.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/less/scaffolding.less b/less/scaffolding.less index c658d7bf5b..c1e270fb74 100644 --- a/less/scaffolding.less +++ b/less/scaffolding.less @@ -20,7 +20,7 @@ // Body reset html { - font-size: 62.5%; + font-size: 10px; -webkit-tap-highlight-color: rgba(0,0,0,0); }