@axos-web-dev/shared-components 0.0.64 → 0.0.65

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.
@@ -95,6 +95,10 @@
95
95
  ._1y8r7dkg {
96
96
  flex: 1 1 0%;
97
97
  margin-left: 24px;
98
+ align-self: center;
99
+ }
100
+ ._1y8r7dkg > * + * {
101
+ margin-top: 8px;
98
102
  }
99
103
  ._1y8r7dkh {
100
104
  font: 600 24px/1.33 var(--header-font-family);
@@ -114,7 +118,6 @@
114
118
  color: var(--_1073cm8o);
115
119
  }
116
120
  ._1y8r7dkm {
117
- margin-top: 8px;
118
121
  display: block;
119
122
  }
120
123
  ._1y8r7dkm > * {
@@ -8,15 +8,15 @@
8
8
  }
9
9
  ._18par6f2 {
10
10
  background: var(--_1073cm88);
11
- color: var(--_1073cm82);
11
+ color: var(--_1073cm89);
12
12
  }
13
13
  ._18par6f3 {
14
14
  background: var(--_1073cm8f);
15
- color: var(--_1073cm82);
15
+ color: var(--_1073cm8g);
16
16
  }
17
17
  ._18par6f4 {
18
18
  background: var(--_1073cm8m);
19
- color: var(--_1073cm82);
19
+ color: var(--_1073cm8n);
20
20
  }
21
21
  ._18par6f6 {
22
22
  margin-bottom: 16px;
@@ -96,6 +96,9 @@
96
96
  text-align: center;
97
97
  max-width: 800px;
98
98
  }
99
+ ._18par6fn > * {
100
+ line-height: 1.5;
101
+ }
99
102
  @media screen and (min-width:1024px) {
100
103
  ._18par6f5 {
101
104
  width: min(1392px,calc(100% - 48px));
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": "0.0.64",
4
+ "version": "0.0.65",
5
5
  "type": "module",
6
6
  "module": "dist/main.js",
7
7
  "types": "dist/main.d.ts",