Skip to content

Commit d5af885

Browse files
committed
style: 지원자 상세페이지 레이아웃 조정으로 여백 수정
1 parent 8ab260d commit d5af885

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/admin/ApplicationDetail/index.styled.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export const PageLayout = styled.div({
55
gap: '1.5rem',
66
padding: '2rem 2.2rem 2rem 2rem',
77
maxWidth: '1400px',
8-
margin: '0 auto',
8+
margin: '1rem auto',
99
width: '100%',
1010
boxSizing: 'border-box',
1111

0 commit comments

Comments
 (0)