Skip to content

Commit

Permalink
Merge pull request #31 from alfiyafatima09/main
Browse files Browse the repository at this point in the history
Fixed navbar overlap with login button
  • Loading branch information
SkySingh04 authored Aug 16, 2024
2 parents bbdba98 + 2e352c0 commit 01cc10b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/login/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default function Home() {
const [isLogin, setIsLogin] = useState(true);

return (
<div className="flex flex-col items-center justify-center min-h-screen">
<div className="flex flex-col items-center justify-center min-h-screen pt-20">
<div className="flex space-x-4 mb-6">
<button
onClick={() => setIsLogin(true)}
Expand Down

0 comments on commit 01cc10b

Please sign in to comment.