From 391b4526f0924fb60e23dd2c1229fd06870172a1 Mon Sep 17 00:00:00 2001 From: daryl Date: Thu, 12 Oct 2023 12:30:38 +0800 Subject: [PATCH] fix(page): go to button right margin in tablet --- src/components/Pagination/styled.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Pagination/styled.tsx b/src/components/Pagination/styled.tsx index 11f204aca..1759fd84b 100644 --- a/src/components/Pagination/styled.tsx +++ b/src/components/Pagination/styled.tsx @@ -205,6 +205,7 @@ export const PaginationRightItem = styled.div` @media (max-width: 750px) { margin-left: 10px; + margin-right: 10px; font-size: 12px; } }