fix(landing-page): remove top padding for logo

This commit is contained in:
RadoslavDimchev 2024-02-04 22:22:38 +02:00 committed by Radoslav Dimchev
parent 2ea3785f10
commit c73186ce9d

View File

@ -22,9 +22,7 @@ const LandingPage = () => {
imgHeight="150%" imgHeight="150%"
> >
<YStack className={styles['landing-page']}> <YStack className={styles['landing-page']}>
<XStack pt={'70px'}> <NimbusLogo />
<NimbusLogo />
</XStack>
<YStack className={styles['landing-texts']} space={'16px'}> <YStack className={styles['landing-texts']} space={'16px'}>
<Text size={27} weight={'semibold'}> <Text size={27} weight={'semibold'}>
Light and performant clients, for all Ethereum validators. Light and performant clients, for all Ethereum validators.