@gravity-ui/blog-constructor 6.1.0 → 6.1.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -36,7 +36,7 @@ unpredictable css rules order in build */
36
36
  left: 50%;
37
37
  width: 1440px;
38
38
  transform: translateX(-50%);
39
- max-width: 100vw;
39
+ max-width: 98vw;
40
40
  height: 100%;
41
41
  border-radius: var(--bc-border-radius);
42
42
  }
@@ -36,7 +36,7 @@ unpredictable css rules order in build */
36
36
  left: 50%;
37
37
  width: 1440px;
38
38
  transform: translateX(-50%);
39
- max-width: 100vw;
39
+ max-width: 98vw;
40
40
  height: 100%;
41
41
  border-radius: var(--bc-border-radius);
42
42
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gravity-ui/blog-constructor",
3
- "version": "6.1.0",
3
+ "version": "6.1.1",
4
4
  "description": "Gravity UI Blog Constructor",
5
5
  "license": "MIT",
6
6
  "repository": {