@asd20/ui 3.2.374 → 3.2.375

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
@@ -5,7 +5,7 @@
5
5
  "*.scss",
6
6
  "*.vue"
7
7
  ],
8
- "version": "3.2.374",
8
+ "version": "3.2.375",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -51,6 +51,7 @@ export default {
51
51
  background-size: 30% auto;
52
52
  }
53
53
  &::v-deep .lead {
54
+ @include fluid-type($base-font-size * 1.2, $base-font-size * 1.4);
54
55
  color: var(--website-homepage-header__secondary-foreground-color);
55
56
  width: 100%;
56
57
  }
@@ -110,7 +111,7 @@ export default {
110
111
  background: var(--website-homepage-header__secondary-background-color)
111
112
  var(--website-homepage-header__secondary-background-style);
112
113
  &::v-deep .lead {
113
- width: 55vw;
114
+ width: 100%;
114
115
  }
115
116
  }
116
117
  }
@@ -71,7 +71,7 @@ export default {
71
71
  &::v-deep .lead {
72
72
  margin-bottom: 0;
73
73
  // width: 90%;
74
- font-size: 18px;
74
+ @include fluid-type($base-font-size * 1.2, $base-font-size * 1.4);
75
75
  color: var(--website-homepage-header__foreground-color) !important;
76
76
  }
77
77
  &::v-deep .asd20-button {
@@ -106,7 +106,7 @@ export default {
106
106
  }
107
107
  &::v-deep .header-messaging-section {
108
108
  .asd20-messaging__content {
109
- width: 55vw;
109
+ width: 100%;
110
110
  }
111
111
  }
112
112
  }