Skip to content

Commit 0973e47

Browse files
committed
fix: welcome button size
1 parent 8e596e1 commit 0973e47

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
@@ -18,8 +18,8 @@ export default function Home() {
1818

1919
</div>
2020

21-
<div className="flex gap-3 -mt-4 md:mt-2">
22-
<Link href="/me" className=" rounded-md px-2 py-1 bg-slate-50 flex gap-2 hover:bg-slate-200 transition-all duration-300 text-sm md:text-md md:px-4 md:py-2">see more<HiArrowRight className="self-center" /></Link>
21+
<div className="flex gap-3 mt-7">
22+
<Link href="/me" className="border border-blue-900 bg-slate-50 flex gap-2 hover:bg-blue-900 hover:text-white transition-all duration-300 text-sm text-md px-4 py-2 shadow-md">see more<HiArrowRight className="self-center" /></Link>
2323
<h1 className="select-none py-1 text-sm md:text-md md:py-2">to my page</h1>
2424
</div>
2525

0 commit comments

Comments
 (0)