From 4c01e4fa527d14cdfc8bea21d834390a24643ecd Mon Sep 17 00:00:00 2001 From: TerryM Date: Sat, 30 May 2026 23:28:06 +0800 Subject: [PATCH] fix: unify mobile homepage section spacing to 10px Mobile sections had no vertical rhythm (space-y only at md+) and inconsistent header-to-content gaps. Add uniform 10px spacing between sections and header-to-content so each section header sits symmetric. Co-Authored-By: Claude Opus 4.8 (1M context) --- src/pages/Home/index.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/pages/Home/index.tsx b/src/pages/Home/index.tsx index f6a263b..fc44514 100644 --- a/src/pages/Home/index.tsx +++ b/src/pages/Home/index.tsx @@ -231,7 +231,7 @@ export function Home() { } return ( -
+
@@ -246,7 +246,7 @@ export function Home() { />
-
+
{rec.map((r, index) => (
@@ -420,7 +420,7 @@ export function Home() { viewAllLabel={t("viewAll")} />
-
+
{latestPosts.slice(0, 5).map((post, index) => ( @@ -441,7 +441,7 @@ export function Home() { viewAllLabel={t("viewAll")} />
-
+