@everymatrix/casino-header-controller 0.0.229 → 0.0.233

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-header-controller",
3
- "version": "0.0.229",
3
+ "version": "0.0.233",
4
4
  "main": "dist/casino-header-controller.js",
5
5
  "svelte": "src/index.ts",
6
6
  "scripts": {
@@ -38,5 +38,5 @@
38
38
  "publishConfig": {
39
39
  "access": "public"
40
40
  },
41
- "gitHead": "efee0743817693e5186a61a1477e081208d48fec"
41
+ "gitHead": "d7554673f55c9c428a1cf82bdecf5f2da81e373d"
42
42
  }
@@ -405,7 +405,7 @@
405
405
  }
406
406
 
407
407
  .HeaderContainer {
408
- max-width: ttp(80);
408
+ max-width: 1300px;
409
409
  display: flex;
410
410
  flex-direction: row;
411
411
  align-items: center;