Skip to content

Commit

Permalink
Merge pull request #68 from ej070961/develop
Browse files Browse the repository at this point in the history
fix: 페이지네이션 디자인 수정
  • Loading branch information
ej070961 authored Aug 10, 2024
2 parents 169d7a7 + 470097e commit 3ce26bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Sponsor/AllPostSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ const ItemBox = styled.div`
`;

const Pagination = styled.div`
${tw`flex mt-32 items-center justify-center mx-auto`}
${tw`flex mt-32 items-center justify-center mx-auto mb-[300px]`}
`;

const PageNumber = styled.div<{ active: boolean }>`
Expand Down

0 comments on commit 3ce26bf

Please sign in to comment.