Skip to content

Commit 119cd54

Browse files
committed
fix distance on homepage
1 parent b33bc9c commit 119cd54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ export default function Home() {
100100
</div>
101101

102102
{/* Subtitle */}
103-
<div className="relative mt-1 pb-12">
103+
<div className="relative mt-1 pb-4">
104104
<h2 className="relative z-10 text-2xl md:text-3xl lg:text-4xl xl:text-5xl font-semibold bg-gradient-to-r from-amber-300 via-orange-400 to-rose-400 bg-clip-text text-transparent animate-pulse leading-loose">
105105
The Most Difficult Project In Human History
106106
</h2>
@@ -134,7 +134,7 @@ export default function Home() {
134134
</div>
135135

136136
{/* Tags */}
137-
<div className="flex flex-wrap justify-center gap-4 text-sm text-slate-400 mt-8 mb-12">
137+
<div className="flex flex-wrap justify-center gap-4 text-sm text-slate-400 mt-4 mb-8">
138138
<span className="flex items-center gap-2 px-3 py-1 bg-slate-800/50 rounded-full">
139139
<div className="w-2 h-2 bg-blue-400 rounded-full animate-pulse"></div>
140140
{language === 'en' ? 'Open Source' : '开源'}

0 commit comments

Comments
 (0)