From 4134aec1f8545e7c267bd9e58920a571d224a47f Mon Sep 17 00:00:00 2001 From: TerryM Date: Tue, 12 May 2026 18:35:29 +0800 Subject: [PATCH] fix: responsive layout for 360px minimum viewport width - Store badges: w-full on mobile, sm:w-[260px] on larger screens - AppPreview phone: w-full with aspect-ratio on mobile - UseCases rows: stack vertically on mobile (flex-col sm:flex-row) - Footer/DownloadCTA: responsive padding and container widths Co-Authored-By: Claude Sonnet 4.6 --- src/components/AppPreview.astro | 2 +- src/components/DownloadCTA.astro | 2 +- src/components/Footer.astro | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/AppPreview.astro b/src/components/AppPreview.astro index 6296592..9486a8a 100644 --- a/src/components/AppPreview.astro +++ b/src/components/AppPreview.astro @@ -18,7 +18,7 @@ const slides = [ -