diff --git a/.DS_Store b/.DS_Store index c97681f..276884b 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/wymga/.DS_Store b/wymga/.DS_Store index 3f2ac2a..1d742a8 100644 Binary files a/wymga/.DS_Store and b/wymga/.DS_Store differ diff --git a/wymga/imgs/.DS_Store b/wymga/imgs/.DS_Store index 258afea..d5cd7e9 100644 Binary files a/wymga/imgs/.DS_Store and b/wymga/imgs/.DS_Store differ diff --git a/wymga/imgs/canteen/fire_2.png b/wymga/imgs/canteen/fire_2.png new file mode 100644 index 0000000..94929d0 Binary files /dev/null and b/wymga/imgs/canteen/fire_2.png differ diff --git a/wymga/imgs/major_house/.DS_Store b/wymga/imgs/major_house/.DS_Store index 90cf358..1b5409f 100644 Binary files a/wymga/imgs/major_house/.DS_Store and b/wymga/imgs/major_house/.DS_Store differ diff --git a/wymga/imgs/saurian_headquarter/.DS_Store b/wymga/imgs/saurian_headquarter/.DS_Store index 578d982..5622314 100644 Binary files a/wymga/imgs/saurian_headquarter/.DS_Store and b/wymga/imgs/saurian_headquarter/.DS_Store differ diff --git a/wymga/index.html b/wymga/index.html index 4fde082..0a91ace 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 < 1366) { + if (screen.width < 1024) { $(".step1").hide(); $(".small_screen").show(); $("body").css("background-color", "#c94dff");