Skip to content

Commit

Permalink
fix(event): set width
Browse files Browse the repository at this point in the history
  • Loading branch information
anyl92 committed Aug 20, 2023
1 parent fa1f996 commit 7e32739
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/features/shared/modal/modal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
flex-direction: column;
justify-content: space-between;
position: relative;

max-width: 320px;
min-width: 280px;
max-width: 320px;
height: 70vh;
padding: 30px 30px;
padding: 16px;
margin: 0 auto;
border: 1px solid #777;
background-color: #fff;
Expand Down

0 comments on commit 7e32739

Please sign in to comment.