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

@ -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");

Loading…
Cancel
Save