Skip to content

Commit 8fda7cd

Browse files
authored
[Feature] 로그인 화면 수정 (#90)
* feature: 텍스트 슬라이드 버그수정 (#89) * feature : 로그인 배경색 꽉차게 수정 (#89) * feature: useMemo삭제 (#89) * feature: 로그인 배경확장 버그로 제거, 추후개발 예정(#89)
1 parent 6d01602 commit 8fda7cd

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

src/components/login/TextSlide.tsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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
};

src/pages/SignIn.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)