Skip to content

Commit

Permalink
Update modal x-margins
Browse files Browse the repository at this point in the history
  • Loading branch information
sashachabin committed Jun 12, 2024
1 parent 781c319 commit 1582227
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/components/UI/Modal/Modal.module.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
.Modal {
margin: auto 16px;
margin: auto;
padding: 0;
border: 0;
border-radius: 16px;
width: 100%;
width: calc(100% - 32px);
animation: .2s ease-in-out fadeIn;
}

Expand Down

0 comments on commit 1582227

Please sign in to comment.