From 2bfc6184636bc8d30cc72256622789ac99c21cfe Mon Sep 17 00:00:00 2001 From: 21120447 Date: Thu, 20 Jun 2024 20:11:09 +0700 Subject: [PATCH] fix: size pagination --- src/components/CustomPagination.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/CustomPagination.vue b/src/components/CustomPagination.vue index 1fe7829..b07b88d 100644 --- a/src/components/CustomPagination.vue +++ b/src/components/CustomPagination.vue @@ -73,8 +73,8 @@ @media only screen and (max-width: 600px) { .paginate-buttons{ - width: 34px; - height: 34px; + width: 32px; + height: 32px; font-size: 0.8rem; } }