fix: bottom padding
This commit is contained in:
parent
a198711b24
commit
efd6aa6571
|
@ -71,7 +71,7 @@ const ValidatorOnboarding = () => {
|
|||
style={{
|
||||
width: '100%',
|
||||
margin: '0 auto',
|
||||
padding: '2% 10% 1%',
|
||||
padding: '2% 10% 4%',
|
||||
justifyContent: 'start',
|
||||
alignItems: 'start',
|
||||
}}
|
||||
|
|
Loading…
Reference in New Issue