From b0329e38637706a7189c1eb30a20a8f735fbcb3c Mon Sep 17 00:00:00 2001 From: TerryM Date: Tue, 12 May 2026 17:45:23 +0800 Subject: [PATCH] fix: ensure layout works at 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, fixed size on lg - UseCases rows: stack vertically on mobile (flex-col sm:flex-row) Co-Authored-By: Claude Sonnet 4.6 --- src/components/AppPreview.astro | 38 ++++++++++++++++---------------- src/components/DownloadCTA.astro | 18 +++++++-------- src/components/Footer.astro | 12 +++++----- src/components/UseCases.astro | 16 +++++++------- 4 files changed, 42 insertions(+), 42 deletions(-) diff --git a/src/components/AppPreview.astro b/src/components/AppPreview.astro index dddd0da..6296592 100644 --- a/src/components/AppPreview.astro +++ b/src/components/AppPreview.astro @@ -6,10 +6,10 @@ const slides = [ ] --- -
+
-
-

+

+

A Familiar App Experience, Reimagined with a Modern Look

@@ -20,13 +20,13 @@ const slides = [