style: remove red bar element in front of top hero kicker text
This commit is contained in:
@@ -62,8 +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 -mt-6 md:-mt-12">
|
<div className="mb-4 -mt-6 md:-mt-12">
|
||||||
<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)
|
||||||
</span>
|
</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user