@everymatrix/cashier-page 1.28.1 → 1.28.2

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/cashier-page",
3
- "version": "1.28.1",
3
+ "version": "1.28.2",
4
4
  "main": "index.js",
5
5
  "svelte": "src/index.ts",
6
6
  "scripts": {
@@ -35,5 +35,5 @@
35
35
  "publishConfig": {
36
36
  "access": "public"
37
37
  },
38
- "gitHead": "9f9aed70319897b043ee39f9eeadc29458edf2cf"
38
+ "gitHead": "d958fcf980942e498f37b94d506a1b27a5169aa4"
39
39
  }
@@ -251,6 +251,7 @@
251
251
  @include container-height;
252
252
  transition: all 1s;
253
253
  width: 50%;
254
+ justify-content: center;
254
255
  }
255
256
  }
256
257
  .Header {