Skip to content

Commit

Permalink
static style
Browse files Browse the repository at this point in the history
nialexsan committed Nov 1, 2023
1 parent 82c89e7 commit 40d2e42
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ export function HomepageStartList ({ items }: HomepageStartListProps) {
Start Building Today
</HeaderWithLink>
<div
className={`grid grid-cols-1 gap-4 md:grid-cols-${items.length} md:gap-8`}
className={`grid grid-cols-1 gap-4 md:grid-cols-3 md:gap-8`}
>
{items.map((itemData: HomepageStartItemProps, index: number) => (
<HomepageStartItem key={index} {...itemData} />

0 comments on commit 40d2e42

Please sign in to comment.