Skip to content

Commit

Permalink
[FE] fix: 모달 정렬 수정 (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
zelkovaria committed Feb 10, 2025
1 parent d7db92c commit fa3e1d8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/frontend/src/components/common/Modal/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ export const ModalContainer = styled.div`
left: 50%;
transform: translate(-50%, -50%);
display: flex;
flex-direction: column;
justify-content: space-between;
min-width: 49rem;
min-height: 36rem;
border-radius: 0.4rem;
Expand Down

0 comments on commit fa3e1d8

Please sign in to comment.