mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-23 16:00:23 +00:00
Merge pull request #13738 from thomaswelton/issue-13737-fix-ie11-rem-sizing
Use px for font-size fixes #13737
This commit is contained in:
commit
4e67dc8109
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@
|
|||
// Body reset
|
||||
|
||||
html {
|
||||
font-size: 62.5%;
|
||||
font-size: 10px;
|
||||
-webkit-tap-highlight-color: rgba(0,0,0,0);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue