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