From 760bf11b5f06cb00d096f90ae199faa3c3850acf Mon Sep 17 00:00:00 2001 From: RadoslavDimchev Date: Thu, 24 Aug 2023 10:37:32 +0300 Subject: [PATCH] feat: change spacing between components --- src/pages/ValidatorOnboarding/ValidatorOnboarding.tsx | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/pages/ValidatorOnboarding/ValidatorOnboarding.tsx b/src/pages/ValidatorOnboarding/ValidatorOnboarding.tsx index f55a6761..fd00fe94 100644 --- a/src/pages/ValidatorOnboarding/ValidatorOnboarding.tsx +++ b/src/pages/ValidatorOnboarding/ValidatorOnboarding.tsx @@ -11,11 +11,10 @@ const ValidatorOnboarding = () => { style={{ width: '100%', margin: '0 auto', - padding: '3% 10%', + padding: '2% 10%', justifyContent: 'start', alignItems: 'start', }} - space={4} > { className="content" > - + Overview Becoming a validator is a big responsibility with important preparation steps. Only - start the deposit process when youre ready." + start the deposit process when youre ready. By running a validator, you'll be responsible for securing the network and receive @@ -61,7 +60,7 @@ const ValidatorOnboarding = () => { - +