Commit 39207509 authored by Lee SeoYeon's avatar Lee SeoYeon
Browse files

위치조정

parent 3e585b47
......@@ -37,7 +37,7 @@ export const Login = () => {
return (
<div className="flex flex-col items-center mt-5">
<div className="text-2xl mt-5">로그인</div>
<div className="text-2xl mt-20">로그인</div>
<form onSubmit={handleSubmit} className="flex flex-col mt-3 w-80">
<label className="block text-gray-700 text-sm font-bold mb-2 mt-3">
이메일
......
......@@ -68,7 +68,7 @@ export const SignUp = () => {
return (
<div className="flex flex-col items-center mt-5">
<div className="text-2xl mt-5">회원가입</div>
<div className="text-2xl mt-20">회원가입</div>
<form onSubmit={handleSubmit} className="flex flex-col mt-3 w-80">
<label className="block text-gray-700 text-sm font-bold mb-2 mt-3">
이름
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment