Commit 4e67dc81 authored by Mark Otto's avatar Mark Otto

Merge pull request #13738 from thomaswelton/issue-13737-fix-ie11-rem-sizing

Use px for font-size fixes #13737
parents 76277f87 ea99e3c9
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
// Body reset // Body reset
html { html {
font-size: 62.5%; font-size: 10px;
-webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-tap-highlight-color: rgba(0,0,0,0);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment