Skip to content

Commit

Permalink
front fix
Browse files Browse the repository at this point in the history
  • Loading branch information
T00few2 committed Oct 16, 2024
1 parent 0947188 commit 1cab41c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Features.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export default function Features() {
</Box>
</Stack>
<Box width={'100%'}>
<SimpleGrid spacing={4} templateColumns='repeat(auto-fill, minmax(280px, 1fr))' marginBlockEnd={4}>
<SimpleGrid spacing={4} minChildWidth={'280px'} marginBlockEnd={4}>
{/* <CustomCard href='puncheurs-summer-cup' icon = {RiBoxingFill} heading = 'Puncheurs Summer Cup' text1 = 'Puncheurs Summer Battle' text2= 'Tuesdays in June 19:20 CEST | 1:20 PM EDT' /> */}
<CustomCard href='dzr-after-party' icon = {LiaMountainSolid} heading = 'DZR After Party Series' text1 = 'Uphill finishes' text2= 'Thursdays 17:15 CET | 11:15 AM EST' />
<CustomCard href='stages' icon = {MdOutlineTimer} heading = 'STAGES by DZR' text1 = 'Stage racing done right' text2= 'Tuesdays in ZRL break 19:20 CET | 1:20 PM EST' />
Expand Down

0 comments on commit 1cab41c

Please sign in to comment.