Skip to content

Commit

Permalink
fix: add compatibility for mobile devices
Browse files Browse the repository at this point in the history
  • Loading branch information
nirbhayel committed Nov 13, 2024
1 parent 053e3d2 commit e77929c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ function ConnectModal() {
left: '50%',
transform: 'translate(-50%, -50%)',
width: 600,
maxWidth: '95%',
height: 400,
bgcolor: 'background.paper',
boxShadow: 24,
Expand Down

0 comments on commit e77929c

Please sign in to comment.