From 34ef6cba1576d8ce309fb390f1001df3d2718d85 Mon Sep 17 00:00:00 2001 From: TerryM Date: Sun, 31 May 2026 18:35:20 +0800 Subject: [PATCH] fix: ensure minimum horizontal padding on desktop header at all viewports --- src/layouts/PublicLayout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layouts/PublicLayout.tsx b/src/layouts/PublicLayout.tsx index dc2834a..68916df 100644 --- a/src/layouts/PublicLayout.tsx +++ b/src/layouts/PublicLayout.tsx @@ -535,7 +535,7 @@ export function PublicLayout() { -
+
{/* Single row (md+): logo | scrollable nav (左對齊,可橫向滑動) | 搜尋 + 語言 */}