style: unify top margin below AppHeader identically across all 5 pages

This commit is contained in:
2026-07-30 23:26:57 +09:00
parent 0e10546906
commit 40147f6169
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ export default function LecturesPage() {
const olderSemesters = semesters.slice(3); const olderSemesters = semesters.slice(3);
return ( return (
<div className="container-content space-y-8 md:space-y-12 py-6 md:py-10"> <div className="container-content space-y-12 md:space-y-16 pt-10 md:pt-16 pb-16 md:pb-24">
{/* Header */} {/* Header */}
<section className="space-y-3"> <section className="space-y-3">
<div className="flex items-center gap-3"> <div className="flex items-center gap-3">
+1 -1
View File
@@ -11,7 +11,7 @@ export default function MembersPage() {
); );
return ( return (
<div className="container-content space-y-8 md:space-y-12 py-6 md:py-10"> <div className="container-content space-y-12 md:space-y-16 pt-10 md:pt-16 pb-16 md:pb-24">
{/* Header */} {/* Header */}
<section className="space-y-3"> <section className="space-y-3">
<div className="flex items-center gap-3"> <div className="flex items-center gap-3">
+2 -2
View File
@@ -59,10 +59,10 @@ export default function HomePage() {
const pubCount = publications.length + patents.length; const pubCount = publications.length + patents.length;
return ( return (
<div className="container-content space-y-32 md:space-y-48 py-16 md:py-28"> <div className="container-content space-y-16 md:space-y-24 pt-10 md:pt-16 pb-16 md:pb-24">
{/* Hero Section */} {/* Hero Section */}
<section className="relative"> <section className="relative">
<div className="mb-4 -mt-6 md:-mt-12"> <div className="mb-4">
<span className="font-mono text-xs tracking-widest uppercase text-vermillion font-bold"> <span className="font-mono text-xs tracking-widest uppercase text-vermillion font-bold">
Kyungpook National University · AI Agent Networking Lab (ANL) Kyungpook National University · AI Agent Networking Lab (ANL)
</span> </span>
@@ -55,7 +55,7 @@ export default function PublicationCategoryPage({ params }: PageProps) {
} }
return ( return (
<div className="container-content space-y-8 md:space-y-10 py-6 md:py-10"> <div className="container-content space-y-8 md:space-y-12 pt-10 md:pt-16 pb-16 md:pb-24">
{/* Header */} {/* Header */}
<section className="space-y-3"> <section className="space-y-3">
<div className="flex items-center gap-3"> <div className="flex items-center gap-3">
@@ -9,7 +9,7 @@ export default function StandardizationPage() {
); );
return ( return (
<div className="container-content space-y-8 md:space-y-12 py-6 md:py-10"> <div className="container-content space-y-12 md:space-y-16 pt-10 md:pt-16 pb-16 md:pb-24">
{/* Header */} {/* Header */}
<section className="space-y-3"> <section className="space-y-3">
<div className="flex items-center gap-3"> <div className="flex items-center gap-3">