Skip to content

Commit

Permalink
Merge pull request #1370 from InverseFinance/referrals-form-mobile
Browse files Browse the repository at this point in the history
Referrals: form mobile adjusments
  • Loading branch information
webmass authored Aug 23, 2024
2 parents 1bd6c6e + 1105b93 commit b5ff4a8
Showing 1 changed file with 4 additions and 20 deletions.
24 changes: 4 additions & 20 deletions pages/affiliate/register.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -125,27 +125,11 @@ export const FirmAffiliateRegisterPage = () => {
</Head>
<AppNav active="More" activeSubmenu="Affiliate Dashboard" hideAnnouncement={true} hideVampireBar={true} />
<ErrorBoundary>
<VStack spacing="10" w='full' maxW="1200px" mt="8">
<SplashedText
as="h1"
color={`mainTextColor`}
fontSize={'40px'}
fontWeight="extrabold"
color={`mainTextColor`}
splashColor={`success`}
lineHeight='1'
splashProps={{
top: '20px',
left: '-14px',
w: '500px',
opacity: 0.3,
}}
>
Become a FiRM Affiliate
</SplashedText>
<VStack spacing="10" alignItems="center" w='full' maxW="1200px" mt="8">
<Text fontWeight="bold" fontSize={{ base: '22px', md: '30px' }} as="h1" className="splash-underline">Become a FiRM Affiliate</Text>

<VStack alignItems="">
<Stack justify="space-between" spacing="10" direction={{ base: 'column', xl: 'row' }}>
<VStack alignItems="center">
<Stack alignItems="center" justify="space-between" spacing="10" direction={{ base: 'column', xl: 'row' }}>
<DashBoardCard w={{ base: '95%', lg: '600px' }} spacing="2" alignItems="flex-start">
<VStack spacing="4" w='full'>
<SimpleGrid w='full' columns={{ base: 1, lg: 1 }} gap="2">
Expand Down

0 comments on commit b5ff4a8

Please sign in to comment.