@everymatrix/casino-tournaments-controller 0.0.231 → 0.0.232

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-tournaments-controller",
3
- "version": "0.0.231",
3
+ "version": "0.0.232",
4
4
  "main": "dist/casino-tournaments-controller.js",
5
5
  "svelte": "src/index.ts",
6
6
  "scripts": {
@@ -29,11 +29,11 @@
29
29
  "typescript": "^3.9.3"
30
30
  },
31
31
  "dependencies": {
32
- "@everymatrix/casino-tournaments-details": "^0.0.231",
33
- "@everymatrix/casino-tournaments-filter-controller": "^0.0.231",
34
- "@everymatrix/casino-tournaments-list-controller": "^0.0.231",
35
- "@everymatrix/casino-tournaments-page-controller": "^0.0.231",
36
- "@everymatrix/casino-tournaments-thumbnail-controller": "^0.0.231",
32
+ "@everymatrix/casino-tournaments-details": "^0.0.232",
33
+ "@everymatrix/casino-tournaments-filter-controller": "^0.0.232",
34
+ "@everymatrix/casino-tournaments-list-controller": "^0.0.232",
35
+ "@everymatrix/casino-tournaments-page-controller": "^0.0.232",
36
+ "@everymatrix/casino-tournaments-thumbnail-controller": "^0.0.232",
37
37
  "cross-env": "^7.0.3",
38
38
  "sirv-cli": "^1.0.0",
39
39
  "svelte": "^3.0.0"
@@ -41,5 +41,5 @@
41
41
  "publishConfig": {
42
42
  "access": "public"
43
43
  },
44
- "gitHead": "e086afea1fa3d77d6522b4285288d9dda114b206"
44
+ "gitHead": "3c2127b4476d6b57667cffae8f76e819c7941042"
45
45
  }
@@ -364,7 +364,11 @@
364
364
  flex-direction: column;
365
365
  position: relative;
366
366
  margin: 0 auto;
367
- padding: 0 10px;
367
+ padding: 24px 0;
368
+
369
+ @media screen and (max-width: 1300px) {
370
+ padding: 24px 2.4%;
371
+ }
368
372
 
369
373
  .FirstRow {
370
374
  width: 100%;