@riosst100/pwa-marketplace 1.3.6 → 1.3.8

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@riosst100/pwa-marketplace",
3
3
  "author": "riosst100@gmail.com",
4
- "version": "1.3.6",
4
+ "version": "1.3.8",
5
5
  "main": "src/index.js",
6
6
  "pwa-studio": {
7
7
  "targets": {
@@ -7,7 +7,7 @@
7
7
  composes: px-3 from global;
8
8
  composes: py-5 from global;
9
9
  composes: right-0 from global;
10
- top: 139px;
10
+ top: 133px;
11
11
  box-shadow: 0 3px rgb(var(--venia-global-color-gray-100));
12
12
  }
13
13
 
@@ -39,4 +39,5 @@
39
39
  composes: justify-between from global;
40
40
  composes: ml-auto from global;
41
41
  composes: mr-auto from global;
42
+ composes: flex-col from global;
42
43
  }