Skip to content

Commit

Permalink
fix(Discover): 그리드 열 브레이크포인트 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
joojjang committed Nov 20, 2024
1 parent f25be1c commit 5752aea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Discover/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const Feed = () => {
return (
<ImageGrid
className="masonry-grid"
breakpointCols={{ default: 3, 1100: 2, 700: 1 }}
breakpointCols={{ default: 3, 600: 3, 480: 2 }}
columnClassName="masonry-grid-column"
>
{data?.pages.map((page) =>
Expand Down

0 comments on commit 5752aea

Please sign in to comment.