From 470097ec6aed6c0132203c6213948fda95b94e46 Mon Sep 17 00:00:00 2001 From: ej070961 Date: Sat, 10 Aug 2024 18:11:07 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=ED=8E=98=EC=9D=B4=EC=A7=80=EB=84=A4?= =?UTF-8?q?=EC=9D=B4=EC=85=98=20=EB=94=94=EC=9E=90=EC=9D=B8=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Sponsor/AllPostSection.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Sponsor/AllPostSection.tsx b/src/components/Sponsor/AllPostSection.tsx index 05c52c8..3dac65f 100644 --- a/src/components/Sponsor/AllPostSection.tsx +++ b/src/components/Sponsor/AllPostSection.tsx @@ -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 }>`