Skip to content

Commit

Permalink
fix: Makes the Browse Projects button visible in mobile mode #1746
Browse files Browse the repository at this point in the history
Co-authored-by: Priyankar Pal <[email protected]>
  • Loading branch information
Sahilll15 and priyankarpal authored Jul 17, 2023
1 parent 6128c3d commit b3e02f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default function HomePage() {
projects with the world.
</p>

<div className="mt-14">
<div className="mt-14 my-1">
<Link
href="/projects"
className="p-3 rounded-md border border-gray-600 hover:bg-gray-200 ease-in duration-200 text-white hover:text-gray-900 "
Expand Down

0 comments on commit b3e02f5

Please sign in to comment.