@everymatrix/casino-game-page 0.0.261 → 0.0.262

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everymatrix/casino-game-page",
3
- "version": "0.0.261",
3
+ "version": "0.0.262",
4
4
  "main": "dist/casino-game-page.js",
5
5
  "svelte": "src/index.ts",
6
6
  "scripts": {
@@ -36,5 +36,5 @@
36
36
  "publishConfig": {
37
37
  "access": "public"
38
38
  },
39
- "gitHead": "a93c0ae8104c039af7d54949a0889c11bca83acb"
39
+ "gitHead": "63a3c79f8f47451d7ca7f8c1dc77bb78bee91df2"
40
40
  }
@@ -717,8 +717,8 @@
717
717
  }
718
718
  .FavIconContainer {
719
719
  position: absolute;
720
- top: 42px;
721
- left: 42px;
720
+ top: 15px;
721
+ left: 15px;
722
722
  cursor: pointer;
723
723
  }
724
724
  .PanicSectionMobile {