Skip to content

Commit

Permalink
fix: 🐛 improve mobile data-collecting
Browse files Browse the repository at this point in the history
  • Loading branch information
lucca180 committed Nov 11, 2024
1 parent b234bba commit d3552b4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pages/tools/data-collecting.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,12 @@ const DataCollectingPage = () => {
automatically (mostly some prize pools)
</Text>
</HeaderCard>
<Flex justifyContent={'space-between'} w={'100%'} gap={8}>
<Flex
flexFlow={{ base: 'column-reverse', md: 'row' }}
justifyContent={'space-between'}
w={'100%'}
gap={8}
>
<Flex flexFlow={'column'} w="100%" maxW={'500px'}>
<FormControl my={5}>
<FormLabel>Type</FormLabel>
Expand Down

0 comments on commit d3552b4

Please sign in to comment.