Skip to content

Commit

Permalink
feat: changed header text and size (#289)
Browse files Browse the repository at this point in the history
  • Loading branch information
fritzschoff authored Jun 3, 2024
1 parent c3547c3 commit 49fff5e
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions ultrasound/ui/components/Main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,11 @@ export function Main() {
<Flex flexDir="column" mt="8" width="100%" maxW="1200px">
<Flex justifyContent="space-between" flexWrap={{ base: 'wrap', xl: 'nowrap' }}>
<Flex flexDir="column">
<Heading
fontSize={{ medium: '30px', base: '48px', xl: '72px' }}
fontWeight={700}
color="white"
>
ultrasound.homes
<Heading fontSize={{ base: '48px', xl: '72px' }} fontWeight={700} color="white">
ultrasoundsnx.money
</Heading>
<Heading fontSize="30px" fontWeight={700} color="white">
burning SNX for Kain&apos;s mansions
Zero inflation, infinite burn: Perps fuel SNX deflation
</Heading>
</Flex>
<Flex alignItems="center" mt={{ base: 10, xl: 0 }}>
Expand Down

0 comments on commit 49fff5e

Please sign in to comment.