This commit is contained in:
Sam Poder 2021-07-13 21:20:15 +08:00 committed by Max Wofford
parent dd6577e06e
commit a4425af79a

View file

@ -252,9 +252,22 @@ export default function Philosophy() {
p: 4
}}
>
<Heading as="h1" sx={{fontSize: 5, mb:2}}>Join the movement!</Heading>
<Button mr={[0, 3]} mb={[3, 0]} sx={{bg: 'white', color: 'red', display: ['block', 'inline-block'], mx: 'auto'}}>Start a club</Button>
<Button sx={{bg: 'white', color: 'red'}}>Join our Slack</Button>
<Heading as="h1" sx={{ fontSize: 5, mb: 2 }}>
Join the movement!
</Heading>
<Button
mr={[0, 3]}
mb={[3, 0]}
sx={{
bg: 'white',
color: 'red',
display: ['block', 'inline-block'],
mx: 'auto'
}}
>
Start a club
</Button>
<Button sx={{ bg: 'white', color: 'red' }}>Join our Slack</Button>
</Box>
</Box>
<Footer light />