Skip to content

Commit

Permalink
fix: css
Browse files Browse the repository at this point in the history
  • Loading branch information
debuggingfuture committed Sep 25, 2024
1 parent a9be07a commit f256e01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/components/ArticleCardList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const ArticleCardList = ({ articleCards, className }: ArticleCardListProps) => {
[articleCards, classes]
);
return (
<Grid className="flex flex-wrap gap-4 m-auto justify-between justify-center">
<Grid className="flex flex-wrap gap-4 m-auto justify-center">
{items}
</Grid>
);
Expand Down

0 comments on commit f256e01

Please sign in to comment.