Skip to content

Commit 246001b

Browse files
authored
Merge pull request #204 from forestream/fix-landing
Fix community section responsive design
2 parents 4899b87 + 6f9c1ad commit 246001b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)