diff --git a/wymga/index.html b/wymga/index.html index 0a91ace..927f0ec 100644 --- a/wymga/index.html +++ b/wymga/index.html @@ -211,7 +211,7 @@ you can press window.onload = function(){ theme.play(); //blocks the user if they are using mobile/tablet - if (screen.width < 1024) { + if (screen.width < 769) { $(".step1").hide(); $(".small_screen").show(); $("body").css("background-color", "#c94dff");