Commit 4b1d3273 authored by Kevin Lyda's avatar Kevin Lyda 💬
Browse files

Only tweak it for smaller screens.

parent eaa40b67
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -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();