Skip to content

Commit 171b3b7

Browse files
committed
Make stats section responsive in HeroSection
Updated the stats section grid to use a single column layout on small screens and three columns on larger screens, improving mobile responsiveness.
1 parent 2e3b0e6 commit 171b3b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/landing/HeroSection.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ export function HeroSection({ t }: HeroSectionProps) {
8888
</div>
8989

9090
{/* Stats Section */}
91-
<div className="grid grid-cols-3 gap-8 pt-16 max-w-2xl mx-auto animate-fade-in-up delay-700">
91+
<div className="grid grid-cols-1 sm:grid-cols-3 gap-8 pt-16 max-w-2xl mx-auto animate-fade-in-up delay-700">
9292
<div className="text-center">
9393
<div className="text-3xl md:text-4xl font-bold text-primary mb-2">10+</div>
9494
<div className="text-sm text-muted-foreground">Features</div>

0 commit comments

Comments
 (0)