Skip to content

Commit e61b4f4

Browse files
committed
fix: 로그인 이미지 높이 맞추기 및 이미지 크기 조정
1 parent 65667e6 commit e61b4f4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

apps/client/src/widgets/login/components/login-slide/login-slide.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const LoginSlide = () => {
3434
<section className={styles.slideImageSection}>
3535
<img
3636
src={LOGIN_TEXT.IMAGE_URL[idx]}
37-
width={'65%'}
37+
width={'62%'}
3838
alt={LOGIN_TEXT.ALT_TAG[idx]}
3939
/>
4040
<div className={styles.contentTextContainer}>

apps/client/src/widgets/login/components/login-slide/sub-title.css.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ import { themeVars } from '@bds/ui/styles';
44

55
export const descriptionText = style({
66
width: '100%',
7+
height: '100%',
8+
minHeight: '4.8rem',
79
...themeVars.fontStyles.body1_m_16,
810
color: themeVars.color.gray600,
911
whiteSpace: 'pre-wrap',

0 commit comments

Comments
 (0)