diff --git a/src/app/(pages)/(landing)/_components/intro.module.css b/src/app/(pages)/(landing)/_components/intro.module.css index 9627762..eadd098 100644 --- a/src/app/(pages)/(landing)/_components/intro.module.css +++ b/src/app/(pages)/(landing)/_components/intro.module.css @@ -124,6 +124,6 @@ @media (max-width: 430px) { .stepItem { - width: 85%; + width: 115%; } } diff --git a/src/app/(pages)/4q-gallery/_components/item-container.tsx b/src/app/(pages)/4q-gallery/_components/item-container.tsx index 987d5fc..76e33ea 100644 --- a/src/app/(pages)/4q-gallery/_components/item-container.tsx +++ b/src/app/(pages)/4q-gallery/_components/item-container.tsx @@ -40,7 +40,6 @@ export default function Container({ category, tag, sort }: ContainerProps) { initialPageParam: 0, getNextPageParam: (lastPage) => { if (lastPage && !lastPage.last) { - console.log(lastPage); return lastPage.number + 1; } return undefined;