Skip to content

Commit

Permalink
resolved mobile responsiveness
Browse files Browse the repository at this point in the history
  • Loading branch information
Sourabh782 committed Oct 9, 2024
1 parent 8a7a4f7 commit 9199bb9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ yarn-error.log*

# local env files
.env*.local
.env

# vercel
.vercel
Expand Down
4 changes: 2 additions & 2 deletions components/Home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ function Home() {
</header>

{/* Main Content */}
<main className="flex flex-col justify-center items-center flex-grow">
<main className="flex flex-col justify-center items-center flex-grow px-8 sm:px-4">
<h1 className="text-4xl font-light text-transparent bg-clip-text bg-gradient-to-r from-purple-400 to-pink-600 tracking-widest mb-8">
Let's, Begin...
</h1>
<form className="flex items-center w-1/3 h-1/3" onSubmit={handleSubmit}>
<form className="flex items-center w-full sm:w-2/3 lg:w-1/3 h-1/3" onSubmit={handleSubmit}>
<div className="flex items-center bg-white rounded-full shadow-md p-2 w-full">
{/* GitHub Logo inside search bar */}
<div className="px-3">
Expand Down

0 comments on commit 9199bb9

Please sign in to comment.