Skip to content

Commit eb947f0

Browse files
author
배현준
committed
design: 모달창 크기 비율 조정
1 parent 53fe5ae commit eb947f0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/components/popup/EndGroupPopup/EndGroupPopup.jsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ const PopUpInnerBox1 = styled.div`
1616
flex-direction: column;
1717
align-items: center;
1818
justify-content: center;
19-
padding: 40px;
19+
padding: 40px 60px 40px 60px;
2020
gap: 50px;
2121
22-
width: 436px;
23-
height: 453px;
22+
width: auto;
23+
height: auto;
2424
2525
background: #ffffff;
2626
border-radius: 20px;

0 commit comments

Comments
 (0)