fix: add margin under continue button

This commit is contained in:
Ivana Andersson 2023-09-11 11:18:38 +03:00
parent abdb8995e9
commit d3b69f1a41

View File

@ -83,7 +83,7 @@ const ValidatorOnboarding = () => {
style={{
width: '100%',
maxWidth: '1100px',
margin: '4rem auto',
margin: '4rem auto 2rem',
justifyContent: 'start',
alignItems: 'start',
}}