master
*anna* 3 years ago
parent 4597435005
commit 63920f295c

@ -211,7 +211,7 @@ you can press
window.onload = function(){ window.onload = function(){
theme.play(); theme.play();
//blocks the user if they are using mobile/tablet //blocks the user if they are using mobile/tablet
if (screen.width < 1024) { if (screen.width < 769) {
$(".step1").hide(); $(".step1").hide();
$(".small_screen").show(); $(".small_screen").show();
$("body").css("background-color", "#c94dff"); $("body").css("background-color", "#c94dff");

Loading…
Cancel
Save