diff --git a/README.md b/README.md index defb025..6aae6d5 100644 --- a/README.md +++ b/README.md @@ -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() } })(); diff --git a/src/style/style.scss b/src/style/style.scss index 58c62f3..d708d31 100644 --- a/src/style/style.scss +++ b/src/style/style.scss @@ -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; diff --git a/test/style.css b/test/style.css index 66c1647..b203f8c 100644 --- a/test/style.css +++ b/test/style.css @@ -1,3 +1,7 @@ +html { + font-size: 46px; +} + #test-element { margin: 15px auto; padding: 10px;