fix: bottom padding

This commit is contained in:
RadoslavDimchev 2023-09-07 15:58:24 +03:00
parent a198711b24
commit efd6aa6571
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ const ValidatorOnboarding = () => {
style={{
width: '100%',
margin: '0 auto',
padding: '2% 10% 1%',
padding: '2% 10% 4%',
justifyContent: 'start',
alignItems: 'start',
}}