We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd43647 commit 887d001Copy full SHA for 887d001
app/page.tsx
@@ -9,12 +9,12 @@ export default function Home() {
9
<div className="flex flex-col md:flex-row md:gap-16">
10
{/* Left column: Namecard and Photo */}
11
<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">
+ <div className="flex flex-col gap-8 mb-8">
13
{/* Namecard */}
14
<Card className="overflow-hidden bg-gradient-to-r from-zinc-800 to-zinc-900 shadow-lg border-none">
15
<div className="p-8 text-white">
16
<h1 className="mb-2 text-3xl font-bold">Yizhuo Liang (Coulson)</h1>
17
- <p className="text-zinc-300">CS PhD Student @USC</p>
+ <p className="text-zinc-300">CS Ph.D. Student @USC</p>
18
</div>
19
</Card>
20
0 commit comments