@axos-web-dev/shared-components 1.0.98 → 1.0.99

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.
@@ -128,7 +128,7 @@
128
128
  width: 100%;
129
129
  }
130
130
  ._1m7m2ao {
131
- padding: 32px 36px;
131
+ padding: 32px 40px;
132
132
  width: 100%;
133
133
  max-width: 50%;
134
134
  }
@@ -513,7 +513,7 @@ main > div:nth-last-child(2) > ._1m7m2a0:not(._1m7m2ax) {
513
513
  }
514
514
  ._1m7m2ax.reversed ._1m7m2ao {
515
515
  padding-left: 0;
516
- padding-right: 36px;
516
+ padding-right: 40px;
517
517
  }
518
518
  .stacked > .billboard {
519
519
  flex-direction: row;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@axos-web-dev/shared-components",
3
3
  "description": "Axos shared components library for web.",
4
- "version": "1.0.98",
4
+ "version": "1.0.99",
5
5
  "type": "module",
6
6
  "module": "dist/main.js",
7
7
  "types": "dist/main.d.ts",