diff --git a/SRC/public/css/memory.css b/SRC/public/css/memory.css index fe9f7d0..4095fc6 100644 --- a/SRC/public/css/memory.css +++ b/SRC/public/css/memory.css @@ -120,7 +120,7 @@ img { margin: 0; padding: 0; display: inline; - margin-top: 0; + margin-top: 0; } .mg__start-screen--level-select span { color: #ff3c50; @@ -165,7 +165,7 @@ img { /* game__level-1 styles */ .mg__level-1 .mg__tile { width: 25%; - height: 50%; + height: 150px; } .mg__level-1 .mg__tile-1 { @@ -204,7 +204,9 @@ img { /* game__level-2 styles */ .mg__level-2 .mg__tile { width: 16.66667%; - height: 33.33333%; + /*height: 33.33333%;*/ + height: 150px; + } .mg__level-2 .mg__tile-1 { @@ -283,7 +285,7 @@ img { /* game__level-3 styles */ .mg__level-3 .mg__tile { width: 12.5%; - height: 25%; + height: 150px; } .mg__level-3 .mg__tile-1 { diff --git a/SRC/public/js/memory.js b/SRC/public/js/memory.js index 9951477..5273a7e 100644 --- a/SRC/public/js/memory.js +++ b/SRC/public/js/memory.js @@ -302,7 +302,7 @@ this.newCards.push(this.cards[i], this.cards[i]); } this.newCards = shuffle(this.newCards); - this.tilesHTML = ''; + this.tilesHTML = '
'; for ( var i = 0; i < this.numTiles; i++ ) { var n = i + 1; this.tilesHTML += '
\ @@ -316,7 +316,7 @@ }*/ } - this.tilesHTML +=""; + this.tilesHTML +="
"; this.gameContents.innerHTML = this.tilesHTML; this.gameState = 2; this.options.onGameStart(); diff --git a/SRC/resources/views/one_referent_game.blade.php b/SRC/resources/views/one_referent_game.blade.php index 95050fe..7e880da 100755 --- a/SRC/resources/views/one_referent_game.blade.php +++ b/SRC/resources/views/one_referent_game.blade.php @@ -18,9 +18,9 @@
-
+
-
+