@innovastudio/contentbuilder 1.4.116 → 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.116",
4
+ "version": "1.4.118",
5
5
  "description": "",
6
6
  "main": "public/contentbuilder/contentbuilder.esm.js",
7
7
  "files": [
@@ -5539,10 +5539,10 @@ div[data-html] {
5539
5539
  height: 844px;
5540
5540
  }
5541
5541
 
5542
- @media all and (min-width: 2030px) {
5542
+ @media all and (min-width: 1620px) {
5543
5543
  .is-content-view.desktop {
5544
- width: 1560px;
5545
- height: 974px;
5544
+ width: 1420px;
5545
+ height: 887px;
5546
5546
  }
5547
5547
 
5548
5548
  .is-content-view.tablet-landscape {
@@ -5550,38 +5550,50 @@ div[data-html] {
5550
5550
  height: 960px;
5551
5551
  }
5552
5552
  }
5553
- @media all and (max-width: 1520px) {
5554
- .is-content-view {
5555
- transform: scale(0.95);
5553
+ @media all and (min-width: 1720px) {
5554
+ .is-content-view.desktop {
5555
+ width: 1520px;
5556
+ height: 949px;
5557
+ }
5558
+
5559
+ .is-content-view.tablet-landscape {
5560
+ width: 1280px;
5561
+ height: 960px;
5556
5562
  }
5557
5563
  }
5558
- @media all and (max-width: 1450px) {
5559
- .is-content-view {
5560
- transform: scale(0.9);
5564
+ @media all and (min-width: 1820px) {
5565
+ .is-content-view.desktop {
5566
+ width: 1620px;
5567
+ height: 1012px;
5568
+ }
5569
+
5570
+ .is-content-view.tablet-landscape {
5571
+ width: 1280px;
5572
+ height: 960px;
5561
5573
  }
5562
5574
  }
5563
- @media all and (max-width: 1375px) {
5575
+ @media all and (max-width: 1520px) {
5564
5576
  .is-content-view {
5565
- transform: scale(0.85);
5577
+ transform: scale(0.93);
5566
5578
  }
5567
5579
  }
5568
- @media all and (max-width: 1300px) {
5580
+ @media all and (max-width: 1450px) {
5569
5581
  .is-content-view {
5570
- transform: scale(0.8);
5582
+ transform: scale(0.87);
5571
5583
  }
5572
5584
  }
5573
- @media all and (max-width: 1235px) {
5585
+ @media all and (max-width: 1375px) {
5574
5586
  .is-content-view {
5575
- transform: scale(0.75);
5587
+ transform: scale(0.73);
5576
5588
  }
5577
5589
  }
5578
5590
  @media all and (max-width: 1175px) {
5579
5591
  .is-content-view {
5580
- transform: scale(0.7);
5592
+ transform: scale(0.67);
5581
5593
  }
5582
5594
  }
5583
5595
  @media all and (max-width: 1090px) {
5584
5596
  .is-content-view {
5585
- transform: scale(0.65);
5597
+ transform: scale(0.62);
5586
5598
  }
5587
5599
  }