@asd20/ui 3.2.545 → 3.2.546

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.545",
8
+ "version": "3.2.546",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -223,11 +223,11 @@ export default {
223
223
  height: min-content;
224
224
  align-self: end;
225
225
  .asd20-button {
226
- min-width: 200px;
226
+ min-width: 100%;
227
227
  border-radius: var(--website-shape__radius-m);
228
228
  margin: space(0.5) 0 0;
229
229
  flex-grow: 1;
230
- max-width: 35vw;
230
+ max-width: 100%;
231
231
  font-size: 0.875rem !important;
232
232
  background-color: var(
233
233
  --website-header__button-background-color,
@@ -339,6 +339,16 @@ $max: 4rem;
339
339
  }
340
340
  }
341
341
  }
342
+ @media (min-width: 768px) {
343
+ .asd20-school-homepage-video-header {
344
+ &__call-to-action {
345
+ .asd20-button {
346
+ min-width: 50%;
347
+ max-width: 50%;
348
+ }
349
+ }
350
+ }
351
+ }
342
352
 
343
353
  @media (min-width: 1024px) {
344
354
  .asd20-school-homepage-video-header {
@@ -448,6 +458,12 @@ $max: 4rem;
448
458
  &__lead + &__call-to-action {
449
459
  margin-top: 0;
450
460
  }
461
+ &__call-to-action {
462
+ .asd20-button {
463
+ min-width: 60%;
464
+ max-width: 60%;
465
+ }
466
+ }
451
467
 
452
468
  &__image {
453
469
  display: block;