From 40147f61692c343b8f0ea66e62d531e9983a9256 Mon Sep 17 00:00:00 2001 From: Godopu Date: Thu, 30 Jul 2026 23:26:57 +0900 Subject: [PATCH] style: unify top margin below AppHeader identically across all 5 pages --- refer_landing_page/app/lectures/page.tsx | 2 +- refer_landing_page/app/members/page.tsx | 2 +- refer_landing_page/app/page.tsx | 4 ++-- refer_landing_page/app/publications/[category]/page.tsx | 2 +- refer_landing_page/app/standardization/page.tsx | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/refer_landing_page/app/lectures/page.tsx b/refer_landing_page/app/lectures/page.tsx index 624a0ed..dd11ca9 100644 --- a/refer_landing_page/app/lectures/page.tsx +++ b/refer_landing_page/app/lectures/page.tsx @@ -6,7 +6,7 @@ export default function LecturesPage() { const olderSemesters = semesters.slice(3); return ( -
+
{/* Header */}
diff --git a/refer_landing_page/app/members/page.tsx b/refer_landing_page/app/members/page.tsx index 138b3bd..ee0a8c0 100644 --- a/refer_landing_page/app/members/page.tsx +++ b/refer_landing_page/app/members/page.tsx @@ -11,7 +11,7 @@ export default function MembersPage() { ); return ( -
+
{/* Header */}
diff --git a/refer_landing_page/app/page.tsx b/refer_landing_page/app/page.tsx index 4e0ba55..bcb0d69 100644 --- a/refer_landing_page/app/page.tsx +++ b/refer_landing_page/app/page.tsx @@ -59,10 +59,10 @@ export default function HomePage() { const pubCount = publications.length + patents.length; return ( -
+
{/* Hero Section */}
-
+
Kyungpook National University ยท AI Agent Networking Lab (ANL) diff --git a/refer_landing_page/app/publications/[category]/page.tsx b/refer_landing_page/app/publications/[category]/page.tsx index e8fb92f..7bf10cc 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 */}
diff --git a/refer_landing_page/app/standardization/page.tsx b/refer_landing_page/app/standardization/page.tsx index d2a496f..55c726f 100644 --- a/refer_landing_page/app/standardization/page.tsx +++ b/refer_landing_page/app/standardization/page.tsx @@ -9,7 +9,7 @@ export default function StandardizationPage() { ); return ( -
+
{/* Header */}