From bbe8f0d92bb466373953d637132bf4733d703199 Mon Sep 17 00:00:00 2001 From: Aravind R Date: Mon, 8 Jun 2026 16:57:16 +0530 Subject: [PATCH] fix miletruth mobile screen --- src/components/sections/MileTruthHero.tsx | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/components/sections/MileTruthHero.tsx b/src/components/sections/MileTruthHero.tsx index ad80783..835b746 100644 --- a/src/components/sections/MileTruthHero.tsx +++ b/src/components/sections/MileTruthHero.tsx @@ -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 {