Skip to content

Commit

Permalink
docs: hero design improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
HamzaAmar committed Jan 22, 2025
1 parent d0d960e commit ff61a07
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions apps/docs/src/app/_components/home/hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -153,9 +153,11 @@ export function Hero() {
<Text size="8" low color="b" weight="3" className="text-animation">
Bundle Size comparison
</Text>
{BUNDLE_SIZE_PROJECTS.map(({ id, ...rest }, index) => (
<BundleItem key={id} {...rest} index={index} />
))}
<Grid gap="4" cols={{ default: '1fr', md: '1fr 1fr', lg: '1fr' }}>
{BUNDLE_SIZE_PROJECTS.map(({ id, ...rest }, index) => (
<BundleItem key={id} {...rest} index={index} />
))}
</Grid>
</Paper>
</Paper>
</Grid>
Expand Down

0 comments on commit ff61a07

Please sign in to comment.