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