040526 responsive

This commit is contained in:
Kishore Kumar C
2026-05-04 19:45:55 +05:30
parent 498b67ea2b
commit 0375fca614
2 changed files with 20 additions and 7 deletions

View File

@@ -1,10 +1,23 @@
/* ============================================================
LAPTOP RESPONSIVENESS FIX (1025px 1440px)
LAPTOP RESPONSIVENESS FIX (1025px 1520px)
Enforces desktop layouts strictly within laptop constraints.
Leaves Mobile (<1024px) and Desktop (>1440px) UNTOUCHED.
Leaves Mobile (<1024px) and Ultrawide (>1520px) UNTOUCHED.
============================================================ */
@media (min-width: 1025px) and (max-width: 1440px) {
@media (min-width: 1025px) and (max-width: 1520px) {
/* Hero Slider - Force Desktop Alignment */
.logico-content-slider-widget .slide-content-inner {
text-align: left !important;
align-items: flex-start !important;
display: flex !important;
flex-direction: column !important;
}
.logico-content-slider-widget .content-slider-item-heading,
.logico-content-slider-widget .content-slider-item-text {
text-align: left !important;
}
/* Restore Flex & Grid container directions to desktop state */
.e-con.e-parent,