@everymatrix/casino-random-game 0.0.259 → 0.0.260

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-random-game",
3
- "version": "0.0.259",
3
+ "version": "0.0.260",
4
4
  "main": "dist/casino-random-game.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": "7e26e42bac250a646d98bd80910b234522350fd6"
39
+ "gitHead": "a30fdd6f6180c69aabbc0daf1bf2a2e1342bf0e2"
40
40
  }
@@ -299,6 +299,7 @@
299
299
  .RandomButtonWrapper {
300
300
  display: flex;
301
301
  justify-content: center;
302
+ margin-top: 30px;
302
303
  width: 100%;
303
304
  .RandomButton {
304
305
  display: flex;