Skip to content

Commit ed6fb3e

Browse files
committed
refactor: UI 수정
1 parent 031d87c commit ed6fb3e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/pages/AccountCancel/styles.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,12 @@ export const InfoBox = styled.div`
4242
export const InfoItem = styled.p`
4343
font-size: 0.875rem; /* 14px */
4444
margin-bottom: 0.625rem; /* 10px */
45-
padding: 10px 1.25rem; /* 20px */
45+
padding: 2px 10px;
4646
display: flex;
4747
justify-content: center;
4848
align-items: center;
4949
text-align: center;
5050
height: 100%; /* 부모 컨테이너의 높이에 맞추기 */
51-
5251
`;
5352

5453
export const CheckboxWrapper = styled.div`

0 commit comments

Comments
 (0)