@asd20/ui 3.2.436 → 3.2.439

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.436",
8
+ "version": "3.2.439",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -38,7 +38,7 @@ export default {
38
38
  // background-image: var(--website-homepage-header__secondary-background-style);
39
39
  // background-position: bottom right !important;
40
40
  // background-size: cover !important;
41
- padding: space(3) space(1) space(2) space(1);
41
+ padding: space(3) space(1) space(1) space(1);
42
42
 
43
43
  &::v-deep .asd20-messaging__heading {
44
44
  @include fluid-type($base-font-size * 1.5, $base-font-size * 2);
@@ -86,8 +86,8 @@ export default {
86
86
  .background-image {
87
87
  display: block;
88
88
  // position: absolute;
89
- height: 80vh;
90
- min-height: 500px;
89
+ height: 50vh;
90
+ min-height: 400px;
91
91
  width: 100%;
92
92
  z-index: -1;
93
93
  object-fit: cover;
@@ -188,6 +188,15 @@ export default {
188
188
  }
189
189
  }
190
190
 
191
+ @media (min-width: 768px) {
192
+ .asd20-video-header {
193
+ .background-image {
194
+ height: 80vh;
195
+ min-height: 400px;
196
+ }
197
+ }
198
+ }
199
+
191
200
  @media (min-width: 1024px) {
192
201
  .asd20-video-header {
193
202
  &::after {
@@ -96,7 +96,7 @@ export default {
96
96
  .header-messaging-section {
97
97
  // border-bottom: 10px solid var(--color__accent);
98
98
  &::v-deep .asd20-messaging__content {
99
- margin: space(2) 0;
99
+ margin: space(1) 0;
100
100
  }
101
101
  }
102
102
  }