From 2455490ff1840c6e6e6b16d107c4641c682f9eb5 Mon Sep 17 00:00:00 2001 From: Godopu Date: Thu, 30 Jul 2026 23:22:24 +0900 Subject: [PATCH] style: reduce top margin and vertical gaps by half on Publications page --- refer_landing_page/app/publications/[category]/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/refer_landing_page/app/publications/[category]/page.tsx b/refer_landing_page/app/publications/[category]/page.tsx index 3b5092f..e8fb92f 100644 --- a/refer_landing_page/app/publications/[category]/page.tsx +++ b/refer_landing_page/app/publications/[category]/page.tsx @@ -55,7 +55,7 @@ export default function PublicationCategoryPage({ params }: PageProps) { } return ( -
+
{/* Header */}