Skip to content

Commit e615f6c

Browse files
committed
Fix community section responsive design
1 parent 85b512f commit e615f6c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/landing/src/components/Discord.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export function Discord() {
3030
CSS-in-JS!
3131
</Text>
3232
</VStack>
33-
<Flex gap="10px">
33+
<Flex flexDirection={['column', null, 'row']} gap="10px">
3434
<Link
3535
className={css({
3636
textDecoration: 'none',

0 commit comments

Comments
 (0)