Skip to content

Commit

Permalink
feat: improves mobile grid
Browse files Browse the repository at this point in the history
  • Loading branch information
malcodeman committed Nov 18, 2024
1 parent b4a69a6 commit e7eab4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/_components/Posts.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export default function Posts(props: Props) {
) : (
<main
data-testid="posts-grid"
className="grid auto-rows-auto grid-cols-[1fr_1fr_1fr] sm:mt-[49px] md:auto-rows-[280px] md:grid-cols-[repeat(auto-fit,minmax(270px,1fr))]"
className="grid auto-rows-auto grid-cols-[1fr_1fr] sm:mt-[49px] md:auto-rows-[280px] md:grid-cols-[repeat(auto-fit,minmax(270px,1fr))]"
>
{map(
(item) =>
Expand Down

0 comments on commit e7eab4a

Please sign in to comment.