Fix: Font size overwritten #3

This commit is contained in:
surunzi
2016-05-18 11:29:27 +08:00
parent 421748b4e7
commit 409aa55bb4
3 changed files with 6 additions and 1 deletions

View File

@@ -14,7 +14,7 @@ Logging things out on mobile browser is never an easy stuff. I used to include `
Browse it on your phone: [http://liriliri.github.io/eruda/](http://liriliri.github.io/eruda/)
In order to try it on different sites, execute the script below on address bar.
In order to try it for different sites, execute the script below on browser address bar.
```javascript
javascript:(function () { var script = document.createElement('script'); script.src="//liriliri.github.io/eruda/eruda.min.js"; document.body.appendChild(script); script.onload=function () { eruda.init() } })();

View File

@@ -10,6 +10,7 @@
z-index: 100000;
transform: translateZ(0);
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 16px;
* {
box-sizing: border-box;
pointer-events: all;

View File

@@ -1,3 +1,7 @@
html {
font-size: 46px;
}
#test-element {
margin: 15px auto;
padding: 10px;