@innovastudio/contentbuilder 1.4.117 → 1.4.118

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@innovastudio/contentbuilder",
3
3
  "type": "module",
4
- "version": "1.4.117",
4
+ "version": "1.4.118",
5
5
  "description": "",
6
6
  "main": "public/contentbuilder/contentbuilder.esm.js",
7
7
  "files": [
@@ -5574,36 +5574,26 @@ div[data-html] {
5574
5574
  }
5575
5575
  @media all and (max-width: 1520px) {
5576
5576
  .is-content-view {
5577
- transform: scale(0.95);
5577
+ transform: scale(0.93);
5578
5578
  }
5579
5579
  }
5580
5580
  @media all and (max-width: 1450px) {
5581
5581
  .is-content-view {
5582
- transform: scale(0.9);
5582
+ transform: scale(0.87);
5583
5583
  }
5584
5584
  }
5585
5585
  @media all and (max-width: 1375px) {
5586
5586
  .is-content-view {
5587
- transform: scale(0.85);
5588
- }
5589
- }
5590
- @media all and (max-width: 1300px) {
5591
- .is-content-view {
5592
- transform: scale(0.8);
5593
- }
5594
- }
5595
- @media all and (max-width: 1235px) {
5596
- .is-content-view {
5597
- transform: scale(0.75);
5587
+ transform: scale(0.73);
5598
5588
  }
5599
5589
  }
5600
5590
  @media all and (max-width: 1175px) {
5601
5591
  .is-content-view {
5602
- transform: scale(0.7);
5592
+ transform: scale(0.67);
5603
5593
  }
5604
5594
  }
5605
5595
  @media all and (max-width: 1090px) {
5606
5596
  .is-content-view {
5607
- transform: scale(0.65);
5597
+ transform: scale(0.62);
5608
5598
  }
5609
5599
  }