fix: change container width

This commit is contained in:
RadoslavDimchev 2023-09-04 11:20:18 +03:00
parent afa5feff55
commit 5428cc0793
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ const ConfirmRecoveryPhrase = () => {
display: 'grid',
gridTemplateColumns: 'repeat(4, 1fr)',
gap: '20px 40px',
width: '80%',
width: '70%',
marginBottom: '20px',
}}
>