@everymatrix/casino-game-page 0.0.252 → 0.0.253

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.252",
3
+ "version": "0.0.253",
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": "6824e7c03c551fb8c35921b8846fdbbb49f76169"
39
+ "gitHead": "1a780c42a4b30b6886e6e01c8c74129698591c2d"
40
40
  }
@@ -623,7 +623,9 @@
623
623
  }
624
624
  .GameDetails h3 {
625
625
  color: var(--emfe-w-color-white, #FFFFFF);
626
- font-size: 26px;
626
+ font-size: 18px;
627
+ text-align: center;
628
+ padding: 0 10px;
627
629
  }
628
630
  .ButtonsContainer {
629
631
  width: 275px;
@@ -698,8 +700,8 @@
698
700
  }
699
701
  .FavIconContainer {
700
702
  position: absolute;
701
- top: 47px;
702
- left: 47px;
703
+ top: 42px;
704
+ left: 42x;
703
705
  cursor: pointer;
704
706
  }
705
707
  .PanicSectionMobile {