Skip to content

Commit

Permalink
style: change width of step item to 115% from 85%
Browse files Browse the repository at this point in the history
  • Loading branch information
moolmin committed Nov 23, 2024
1 parent 0e05c9f commit 7200ad8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/(pages)/(landing)/_components/intro.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,6 @@

@media (max-width: 430px) {
.stepItem {
width: 85%;
width: 115%;
}
}
1 change: 0 additions & 1 deletion src/app/(pages)/4q-gallery/_components/item-container.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 7200ad8

Please sign in to comment.