Skip to content

Commit

Permalink
fixed unappealing grid
Browse files Browse the repository at this point in the history
  • Loading branch information
NwinNwin committed Apr 30, 2024
1 parent 75bfc14 commit f274ff4
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions src/pages/VolunteerHomePage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -174,18 +174,16 @@ const VolunteerHomePage = () => {
</Box>
</Flex>
<Spacer />
<Box display="flex" flex-direction="space-between" justifyContent={'center'}>
<Box marginTop="3vh">
<Grid
templateColumns={{
base: 'repeat(1, 85vw)',
md: 'repeat(3, 1fr)',
}}
gap={6}
>
{eventCards}
</Grid>
</Box>
<Box marginTop="3vh">
<Grid
templateColumns={{
base: 'repeat(1, 85vw)',
md: 'repeat(3, 1fr)',
}}
gap={6}
>
{eventCards}
</Grid>
</Box>
</Box>
</Flex>
Expand Down

0 comments on commit f274ff4

Please sign in to comment.