@asd20/ui 3.2.623 → 3.2.624

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.623",
8
+ "version": "3.2.624",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -208,7 +208,7 @@ export default {
208
208
  }
209
209
 
210
210
  &__call-to-action {
211
- margin: 0 space(2) space(-0.5) space(1);
211
+ margin: space(1) space(2) space(-0.75) space(1);
212
212
  z-index: 1;
213
213
  display: flex;
214
214
  .asd20-button {
@@ -240,18 +240,24 @@ export default {
240
240
  }
241
241
  }
242
242
  }
243
-
244
- // Hide images on mobile
245
- &__image {
246
- display: none;
243
+ img {
244
+ display: block;
245
+ width: 100%;
246
+ // height: 100%;
247
+ // object-fit: cover;
248
+ object-position: center;
247
249
  }
250
+ // Hide images on mobile
251
+ // &__image {
252
+ // display: none;
253
+ // }
248
254
 
249
255
  // Add a bit more space at the bottom
250
256
  // if cta is present
251
257
  &--has-cta {
252
- margin-bottom: space(1);
258
+ margin-bottom: space(3);
253
259
  &::after {
254
- bottom: space(-1);
260
+ bottom: space(-1.5);
255
261
  }
256
262
  }
257
263
  }