Skip to content

Commit 887d001

Browse files
committed
revert prev cmt
1 parent fd43647 commit 887d001

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/page.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ export default function Home() {
99
<div className="flex flex-col md:flex-row md:gap-16">
1010
{/* Left column: Namecard and Photo */}
1111
<div className="md:w-[30%] md:sticky md:top-8 md:self-start flex flex-col justify-between md:min-h-[calc(100vh-6rem)]">
12-
<div className="flex flex-col gap-8 mb-4">
12+
<div className="flex flex-col gap-8 mb-8">
1313
{/* Namecard */}
1414
<Card className="overflow-hidden bg-gradient-to-r from-zinc-800 to-zinc-900 shadow-lg border-none">
1515
<div className="p-8 text-white">
1616
<h1 className="mb-2 text-3xl font-bold">Yizhuo Liang (Coulson)</h1>
17-
<p className="text-zinc-300">CS PhD Student @USC</p>
17+
<p className="text-zinc-300">CS Ph.D. Student @USC</p>
1818
</div>
1919
</Card>
2020

0 commit comments

Comments
 (0)