@doyourjob/gravity-ui-page-constructor 5.31.247 → 5.31.248

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.
@@ -16,8 +16,10 @@ unpredictable css rules order in build */
16
16
  .pc-media-base__card img {
17
17
  width: 100%;
18
18
  }
19
- .pc-media-base__card_imageWidthAuto img {
20
- width: auto;
19
+ @media (min-width: 769px) {
20
+ .pc-media-base__card_imageWidthAuto img {
21
+ width: auto;
22
+ }
21
23
  }
22
24
  .pc-media-base__card img,
23
25
  .pc-media-base__card video,
@@ -16,8 +16,10 @@ unpredictable css rules order in build */
16
16
  .pc-media-base__card img {
17
17
  width: 100%;
18
18
  }
19
- .pc-media-base__card_imageWidthAuto img {
20
- width: auto;
19
+ @media (min-width: 769px) {
20
+ .pc-media-base__card_imageWidthAuto img {
21
+ width: auto;
22
+ }
21
23
  }
22
24
  .pc-media-base__card img,
23
25
  .pc-media-base__card video,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@doyourjob/gravity-ui-page-constructor",
3
- "version": "5.31.247",
3
+ "version": "5.31.248",
4
4
  "description": "Gravity UI Page Constructor",
5
5
  "license": "MIT",
6
6
  "repository": {