Skip to content

Commit

Permalink
Fixed navbar overlap with login button
Browse files Browse the repository at this point in the history
  • Loading branch information
alfiyafatima09 committed Aug 16, 2024
1 parent bbdba98 commit 2e352c0
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 2e352c0

Please sign in to comment.