Skip to content

Commit

Permalink
updated style
Browse files Browse the repository at this point in the history
  • Loading branch information
gnehs committed Mar 3, 2024
1 parent d346628 commit db76ce2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/(game)/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ export default function Home() {
</Select>
</div>

<div className="grid gap-3 md:grid-cols-2">
<div className="grid gap-2 md:grid-cols-2">
{data
.filter((item) => {
if (filter === "all") return true;
Expand Down

0 comments on commit db76ce2

Please sign in to comment.