wenhongquan hace 3 años
padre
commit
e9fe702dab
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      index.html

+ 1 - 1
index.html

@@ -80,7 +80,7 @@
                 if (ratio) {
                     ratio = Math.round(ratio * 100);
                 }
-                docEl.style.fontSize = (0.068 * window.outerWidth + 48) + "px";
+                docEl.style.fontSize = (0.0014 * window.outerWidth + window.outerHeight * 0.328 - 10) + "px";
 
                 return ratio;
             }