@asd20/ui 3.2.546 → 3.2.547

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.546",
8
+ "version": "3.2.547",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -319,6 +319,12 @@ $min: 3rem;
319
319
  $max: 4rem;
320
320
  @media (min-width: 667px) {
321
321
  .asd20-school-homepage-video-header {
322
+ &__call-to-action {
323
+ .asd20-button {
324
+ min-width: 50%;
325
+ max-width: 50%;
326
+ }
327
+ }
322
328
  &__top {
323
329
  flex-direction: row;
324
330
  justify-content: flex-start;
@@ -339,16 +345,6 @@ $max: 4rem;
339
345
  }
340
346
  }
341
347
  }
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
- }
352
348
 
353
349
  @media (min-width: 1024px) {
354
350
  .asd20-school-homepage-video-header {