fix mobile view issue
This commit is contained in:
@@ -234,7 +234,7 @@ export default function IntelligenceGrid() {
|
||||
return (
|
||||
<div
|
||||
ref={containerRef}
|
||||
className="elementor-element elementor-element-bbc6760 e-con-full e-flex cut-corner-no sticky-container-off e-con e-parent"
|
||||
className="elementor-element elementor-element-bbc6760 e-con-full e-flex cut-corner-no sticky-container-off e-con e-parent intelligence-grid-section"
|
||||
data-id="bbc6760"
|
||||
data-element_type="container"
|
||||
data-e-type="container"
|
||||
@@ -710,11 +710,19 @@ export default function IntelligenceGrid() {
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
@media (max-width: 767px) {
|
||||
.intelligence-grid-section {
|
||||
--padding-left: 0px !important;
|
||||
--padding-right: 0px !important;
|
||||
padding-left: 0 !important;
|
||||
padding-right: 0 !important;
|
||||
}
|
||||
|
||||
.roadmap-hero-section {
|
||||
width: calc(100% - 24px); /* tighter 12px gutter so the band reads edge-to-edge on phones */
|
||||
width: calc(100% - 32px) !important;
|
||||
max-width: calc(100% - 32px) !important;
|
||||
padding: 52px 16px 44px;
|
||||
border-radius: 22px;
|
||||
border-radius: 22px !important;
|
||||
}
|
||||
.vision-main-subtitle { margin-bottom: 40px !important; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user