File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,18 +6,18 @@ const TextSlide = () => {
66 < div
77 className = { `mt-[240px] h-[85px] overflow-hidden ${ styles . textSlideAnimation } ` }
88 >
9- < p className = 'text-[57px ] font-bold text-blue-7' > 내가 적은 시나리오</ p >
10- < p className = 'text-[57px ] font-bold text-blue-7' >
9+ < p className = 'text-[50px ] font-bold text-blue-7' > 내가 적은 시나리오</ p >
10+ < p className = 'text-[50px ] font-bold text-blue-7' >
1111 10개의 보이스 파일로
1212 </ p >
13- < p className = 'text-[57px ] font-bold text-blue-7' > 로마 신화 대본으로</ p >
14- < p className = 'text-[57px ] font-bold text-blue-7' >
13+ < p className = 'text-[50px ] font-bold text-blue-7' > 로마 신화 대본으로</ p >
14+ < p className = 'text-[50px ] font-bold text-blue-7' >
1515 내 목소리를 다른 보이스 톤으로
1616 </ p >
17- < p className = 'text-[57px ] font-bold text-blue-7' > 내가 적은 시나리오</ p >
17+ < p className = 'text-[50px ] font-bold text-blue-7' > 내가 적은 시나리오</ p >
1818 </ div >
1919
20- < p className = 'text-[57px ] text-blue-7' > AI 오디오 생성해줘</ p >
20+ < p className = 'text-[50px ] text-blue-7' > AI 오디오 생성해줘</ p >
2121 </ >
2222 ) ;
2323} ;
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ const SignIn = () => {
7171 return (
7272 < div className = 'flex login-wrap min-w-[1280px] h-screen min-h-[600px] border-box' >
7373 < div className = 'w-[53%] bg-blue-2 relative flex justify-end' >
74- < div className = 'w-full max-w-[800px] border-box pt-8 pl-10 ' >
74+ < div className = 'w-full max-w-[800px] border-box pt-8' >
7575 < h1 className = 'w-[108px] h-[23px]' >
7676 < Link to = '/' >
7777 < img src = { Logo } alt = '' />
@@ -81,7 +81,7 @@ const SignIn = () => {
8181 </ div >
8282 </ div >
8383
84- < div className = 'w-[47%] flex justify-center ' >
84+ < div className = 'w-[47%] flex justify-end bg-white ' >
8585 < div className = 'w-[500px] mt-[240px] flex flex-col items-stretch gap-5' >
8686 < p className = 'text-[36px] text-center' > 시작하기</ p >
8787 < div >
You can’t perform that action at this time.
0 commit comments