Skip to content

Commit

Permalink
fix(auth): fix auth modal width
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristiaanScheermeijer committed Aug 5, 2021
1 parent a938893 commit 8dd2482
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Dialog/Dialog.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
@use '../../styles/theme';

.dialog {
width: 100vw;
max-width: 450px;
max-height: 90vh;
padding: 24px;
Expand Down

0 comments on commit 8dd2482

Please sign in to comment.