@innovastudio/contentbuilder 1.4.116 → 1.4.118
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
|
@@ -5539,10 +5539,10 @@ div[data-html] {
|
|
|
5539
5539
|
height: 844px;
|
|
5540
5540
|
}
|
|
5541
5541
|
|
|
5542
|
-
@media all and (min-width:
|
|
5542
|
+
@media all and (min-width: 1620px) {
|
|
5543
5543
|
.is-content-view.desktop {
|
|
5544
|
-
width:
|
|
5545
|
-
height:
|
|
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 (
|
|
5554
|
-
.is-content-view {
|
|
5555
|
-
|
|
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 (
|
|
5559
|
-
.is-content-view {
|
|
5560
|
-
|
|
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:
|
|
5575
|
+
@media all and (max-width: 1520px) {
|
|
5564
5576
|
.is-content-view {
|
|
5565
|
-
transform: scale(0.
|
|
5577
|
+
transform: scale(0.93);
|
|
5566
5578
|
}
|
|
5567
5579
|
}
|
|
5568
|
-
@media all and (max-width:
|
|
5580
|
+
@media all and (max-width: 1450px) {
|
|
5569
5581
|
.is-content-view {
|
|
5570
|
-
transform: scale(0.
|
|
5582
|
+
transform: scale(0.87);
|
|
5571
5583
|
}
|
|
5572
5584
|
}
|
|
5573
|
-
@media all and (max-width:
|
|
5585
|
+
@media all and (max-width: 1375px) {
|
|
5574
5586
|
.is-content-view {
|
|
5575
|
-
transform: scale(0.
|
|
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.
|
|
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.
|
|
5597
|
+
transform: scale(0.62);
|
|
5586
5598
|
}
|
|
5587
5599
|
}
|