@asd20/ui 3.2.427 → 3.2.428

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.427",
8
+ "version": "3.2.428",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -432,7 +432,7 @@ export default {
432
432
  &__image {
433
433
  img {
434
434
  width: 100%;
435
- max-height: 600px;
435
+ // max-height: 600px;
436
436
  border-top: 10px solid var(--color__accent);
437
437
  }
438
438
  }
@@ -443,7 +443,7 @@ export default {
443
443
  img {
444
444
  width: 100%;
445
445
  // max-width: 100%;
446
- max-height: 600px;
446
+ // max-height: 600px;
447
447
  border-top: 10px solid var(--color__accent);
448
448
  }
449
449
  }
@@ -231,7 +231,7 @@ export default {
231
231
  }
232
232
  .asd20-swiper-feed:last-child {
233
233
  // margin-top: space(-1);
234
- // padding-bottom: space(2);
234
+ padding-bottom: space(2);
235
235
  &::after {
236
236
  bottom: space(1);
237
237
  }