File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments