diff --git a/package.json b/package.json index 0a351f3..53143ed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "frontend", - "version": "5.5.0", + "version": "5.5.1", "description": "React frontend for the Cards 110", "author": "Daithi Hearn", "license": "MIT", diff --git a/public/manifest.json b/public/manifest.json index 17ac17f..05f2efa 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,7 +1,7 @@ { "short_name": "Cards 110", "name": "Cards 110", - "version": "5.5.0", + "version": "5.5.1", "icons": [ { "src": "./assets/favicon.png", diff --git a/src/pages/Game/_game.scss b/src/pages/Game/_game.scss index bc40c98..b21affa 100644 --- a/src/pages/Game/_game.scss +++ b/src/pages/Game/_game.scss @@ -22,6 +22,7 @@ border-radius: 10px; padding: 2px; background-image: url("/assets/img/mycards.png"); + background-size: contain; } .dummy {