File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ export default function Hero({ setActiveTab }: HeroProps) {
7474 </ p >
7575 </ div >
7676
77- < div className = "flex justify-between gap-2 items-center" >
77+ < div className = "flex justify-between gap-1 items-center" >
7878 < a
7979 href = "/resume.pdf"
8080 target = "_blank"
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ export default function Contact() {
5252 isSubmitting ? (
5353 < >
5454 < Card >
55- < CardContent className = "flex flex-col items-center justify-center h-full" >
55+ < CardContent className = "flex min-h-80 flex-col items-center justify-center h-full" >
5656 < Spinner size = { 25 } />
5757 </ CardContent >
5858 < CardHeader >
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ export default function Experience() {
1818 < CardHeader >
1919 < div className = "flex justify-between flex-col sm:flex-row items-start gap-1" >
2020 < div >
21- < CardTitle className = "text-base sm:text- lg font-medium" > { job . title } </ CardTitle >
21+ < CardTitle className = "text-lg font-medium" > { job . title } </ CardTitle >
2222 < CardDescription className = "text-lg font-medium text-primary" > { job . company } </ CardDescription >
2323 </ div >
2424 < div className = "sm:text-right text-sm text-muted-foreground" >
You canβt perform that action at this time.
0 commit comments