mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-03-03 12:30:34 +00:00
fix: change container width
This commit is contained in:
parent
afa5feff55
commit
5428cc0793
@ -13,7 +13,7 @@ const ConfirmRecoveryPhrase = () => {
|
|||||||
display: 'grid',
|
display: 'grid',
|
||||||
gridTemplateColumns: 'repeat(4, 1fr)',
|
gridTemplateColumns: 'repeat(4, 1fr)',
|
||||||
gap: '20px 40px',
|
gap: '20px 40px',
|
||||||
width: '80%',
|
width: '70%',
|
||||||
marginBottom: '20px',
|
marginBottom: '20px',
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user