ui changes

This commit is contained in:
2026-05-11 19:37:21 +05:30
parent 70a350c0e8
commit 127eb20344
4 changed files with 260 additions and 8 deletions

View File

@@ -28,14 +28,14 @@
} */
/* Keep the .e-con-inner container widths at desktop-equivalent max widths */
.e-con-boxed > .e-con-inner {
.e-con-boxed>.e-con-inner {
max-width: min(var(--container-max-width, 1480px), 100%) !important;
margin-left: auto !important;
margin-right: auto !important;
}
/* ─── Problem Section Specific Fixes ─── */
.elementor-element.section-shrink-custom[data-id="30fd9d1"] > .e-con-inner {
.elementor-element.section-shrink-custom[data-id="30fd9d1"]>.e-con-inner {
display: flex !important;
flex-direction: row !important;
max-width: 1480px !important;
@@ -78,4 +78,4 @@
flex: 0 0 52% !important;
padding-left: 50px !important;
}
}
}