diff --git a/src/components/General/Markdown/Markdown.tsx b/src/components/General/Markdown/Markdown.tsx index 0dda3e8c..188f59c6 100644 --- a/src/components/General/Markdown/Markdown.tsx +++ b/src/components/General/Markdown/Markdown.tsx @@ -6,7 +6,6 @@ type MarkdownProps = { children: string } - const Markdown = ({ children }: MarkdownProps) => { return ( { const windowSize = useWindowSize() return ( - + {title} diff --git a/src/pages/ValidatorOnboarding/Overview/overviewLayout.module.css b/src/pages/ValidatorOnboarding/Overview/overviewLayout.module.css index 9e425f5c..6e18f298 100644 --- a/src/pages/ValidatorOnboarding/Overview/overviewLayout.module.css +++ b/src/pages/ValidatorOnboarding/Overview/overviewLayout.module.css @@ -5,7 +5,7 @@ flex-wrap: wrap; width: 250%; } - + .overviewCard { border-radius: 16px; border: 1px solid rgba(0, 0, 0, 0.15); diff --git a/src/pages/ValidatorOnboarding/ValidatorSetup/ConsensusClient/ConsensusGaugeCard.tsx b/src/pages/ValidatorOnboarding/ValidatorSetup/ConsensusClient/ConsensusGaugeCard.tsx index 091ef297..2639e54f 100644 --- a/src/pages/ValidatorOnboarding/ValidatorSetup/ConsensusClient/ConsensusGaugeCard.tsx +++ b/src/pages/ValidatorOnboarding/ValidatorSetup/ConsensusClient/ConsensusGaugeCard.tsx @@ -23,7 +23,7 @@ const ConsensusGaugeCard = ({ synced, total, title, color }: ConsensusGaugeCardP borderRadius: '10px', padding: '6px 12px', borderWidth: '0.5px', -width: windowSize.width < 580 ? '100%' : 'auto', + width: windowSize.width < 580 ? '100%' : 'auto', height: '100%', }} > diff --git a/src/pages/ValidatorOnboarding/ValidatorSetup/ConsensusClient/ConsensusSelection.tsx b/src/pages/ValidatorOnboarding/ValidatorSetup/ConsensusClient/ConsensusSelection.tsx index 8476c29c..8ce947f4 100644 --- a/src/pages/ValidatorOnboarding/ValidatorSetup/ConsensusClient/ConsensusSelection.tsx +++ b/src/pages/ValidatorOnboarding/ValidatorSetup/ConsensusClient/ConsensusSelection.tsx @@ -43,7 +43,7 @@ const ConsensusSelection = () => { space={'$2'} flexWrap={windowSize.width < 735 ? 'wrap' : 'nowrap'} marginTop={windowSize.width < 735 ? '20px' : 0} - width={windowSize.width < 580 ? '100%' : 'auto'} + width={windowSize.width < 580 ? '100%' : 'auto'} > diff --git a/src/pages/ValidatorOnboarding/ValidatorSetup/ValidatorInstalling/ValidatorInstall.tsx b/src/pages/ValidatorOnboarding/ValidatorSetup/ValidatorInstalling/ValidatorInstall.tsx index c8849f2c..c756aa29 100644 --- a/src/pages/ValidatorOnboarding/ValidatorSetup/ValidatorInstalling/ValidatorInstall.tsx +++ b/src/pages/ValidatorOnboarding/ValidatorSetup/ValidatorInstalling/ValidatorInstall.tsx @@ -18,7 +18,7 @@ const ValidatorSetupInstall = () => { } return ( - + Client Setup