fix: change container width
This commit is contained in:
parent
afa5feff55
commit
5428cc0793
|
@ -13,7 +13,7 @@ const ConfirmRecoveryPhrase = () => {
|
|||
display: 'grid',
|
||||
gridTemplateColumns: 'repeat(4, 1fr)',
|
||||
gap: '20px 40px',
|
||||
width: '80%',
|
||||
width: '70%',
|
||||
marginBottom: '20px',
|
||||
}}
|
||||
>
|
||||
|
|
Loading…
Reference in New Issue