@innovastudio/contentbuilder 1.4.117 → 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
|
@@ -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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
5597
|
+
transform: scale(0.62);
|
|
5608
5598
|
}
|
|
5609
5599
|
}
|