mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-04 23:53:23 +00:00
fix(landing-page): remove top padding for logo
This commit is contained in:
parent
2ea3785f10
commit
c73186ce9d
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user