From 9ad1707b009837ab24cfb90b25fd0f1443ad55f5 Mon Sep 17 00:00:00 2001 From: beilunyang <786220806@qq.com> Date: Sat, 18 Oct 2025 20:37:09 +0800 Subject: [PATCH] refactor(ui): Improve responsive layout and spacing across components --- .vscode/settings.json | 3 ++- app/[locale]/page.tsx | 18 +++++++++--------- app/components/auth/sign-button.tsx | 4 ++-- app/components/layout/header.tsx | 2 +- 4 files changed, 14 insertions(+), 13 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 9e26dfe..7a73a41 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1 +1,2 @@ -{} \ No newline at end of file +{ +} \ No newline at end of file diff --git a/app/[locale]/page.tsx b/app/[locale]/page.tsx index 606fa0a..8a48925 100644 --- a/app/[locale]/page.tsx +++ b/app/[locale]/page.tsx @@ -19,15 +19,15 @@ export default async function Home({ const t = await getTranslations({ locale, namespace: "home" }) return ( -