mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-12 19:36:35 +00:00
feat: add max width to container
This commit is contained in:
parent
9f12bb7ebc
commit
743ab2a83c
@ -61,8 +61,8 @@ const ValidatorOnboarding = () => {
|
||||
<YStack
|
||||
style={{
|
||||
width: '100%',
|
||||
margin: '0 auto',
|
||||
padding: '2% 10% 1%',
|
||||
maxWidth: '1100px',
|
||||
margin: '4rem auto 0',
|
||||
justifyContent: 'start',
|
||||
alignItems: 'start',
|
||||
}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user