Skip to content

Commit

Permalink
margin & padding
Browse files Browse the repository at this point in the history
  • Loading branch information
kirkas committed Sep 13, 2024
1 parent 2bd7f81 commit a093704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/components/Ecosystem/List.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export function List({

return (
<>
<div className="flex flex-col gap-10 lg:grid lg:grid-cols-4">
<div className="flex flex-col gap-4 lg:grid lg:grid-cols-4">
{truncatedApps.map((app) => (
<EcosystemCard {...app} key={app.url} />
))}
Expand Down

0 comments on commit a093704

Please sign in to comment.