Skip to content

Commit

Permalink
Responsive footer
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeGinnivan committed Aug 20, 2024
1 parent 0a973a1 commit 42f0870
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions website/app/components/footer/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,14 @@ export const Footer = () => (
}}
>
<Divider color="#8D8DFF33" mb={6} />
<Grid gridTemplateColumns="repeat(4, 1fr)" width="full" gap={6} maxW="1200px" mx="auto">
<Grid
gridTemplateColumns="1fr"
md={{ gridTemplateColumns: 'repeat(4, 1fr)' }}
width="full"
gap={6}
maxW="1200px"
mx="auto"
>
<Flex flexGrow={2}>
<Logo width={153} />
</Flex>
Expand All @@ -34,8 +41,8 @@ export const Footer = () => (
About
</styled.a>
{/* <styled.a href={`/blog`} color="white" _hover={{ color: '#8282FB' }}>
Blog
</styled.a> */}
Blog
</styled.a> */}
<styled.a href={`/faq`} color="white" _hover={{ color: '#8282FB' }}>
FAQ
</styled.a>
Expand Down

0 comments on commit 42f0870

Please sign in to comment.