fix miletruth mobile screen

This commit is contained in:
2026-06-08 16:57:16 +05:30
parent 8862ad2cb3
commit bbe8f0d92b

View File

@@ -311,6 +311,15 @@ export default function MileTruthHero() {
.miletruth-hero .elementor-element-628123a {
grid-template-columns: 1fr !important;
gap: 36px !important;
/* Single column on mobile → center each stat in the card */
justify-items: center !important;
}
.miletruth-hero .elementor-counter {
align-items: center !important;
text-align: center !important;
}
.miletruth-hero .elementor-counter-number-wrapper {
justify-content: center !important;
}
.miletruth-hero .content-slider-item-heading,
.miletruth-hero .content-slider-item-heading .heading-content {