Skip to content
Snippets Groups Projects
Commit 72029cae authored by 한동현's avatar 한동현
Browse files

fix: 로그인 페이지 스크롤이 생기는 문제 수정

parent 04704340
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ import { LoginForm } from '@/components/login-form'; ...@@ -2,7 +2,7 @@ import { LoginForm } from '@/components/login-form';
export default function Page() { export default function Page() {
return ( return (
<div className="flex min-h-svh w-full justify-center p-6 md:p-10"> <div className="flex w-full justify-center p-6 md:p-10">
<div className="w-full max-w-sm"> <div className="w-full max-w-sm">
<LoginForm /> <LoginForm />
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment