Loading index.html +5 −1 Original line number Diff line number Diff line Loading @@ -80,7 +80,11 @@ function check_cuberoot(e) { } window.onload = function() { if (screen.size <= 480) { document.body.style.fontSize = "8vw"; } else if (screen.size <= 1024) { document.body.style.fontSize = "6vw"; } } start_round(); Loading Loading
index.html +5 −1 Original line number Diff line number Diff line Loading @@ -80,7 +80,11 @@ function check_cuberoot(e) { } window.onload = function() { if (screen.size <= 480) { document.body.style.fontSize = "8vw"; } else if (screen.size <= 1024) { document.body.style.fontSize = "6vw"; } } start_round(); Loading