style: shift top hero kicker element closer to AppHeader by reducing top margin by half

This commit is contained in:
2026-07-30 23:19:11 +09:00
parent cb22a5e019
commit 528f93cb51
+1 -1
View File
@@ -62,7 +62,7 @@ export default function HomePage() {
<div className="container-content space-y-32 md:space-y-48 py-16 md:py-28"> <div className="container-content space-y-32 md:space-y-48 py-16 md:py-28">
{/* Hero Section */} {/* Hero Section */}
<section className="relative"> <section className="relative">
<div className="flex items-center gap-3 mb-4"> <div className="flex items-center gap-3 mb-4 -mt-6 md:-mt-12">
<span className="h-px w-8 bg-vermillion"></span> <span className="h-px w-8 bg-vermillion"></span>
<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)