From 4b2334f4a0798647a135780808e091e508ccf89d Mon Sep 17 00:00:00 2001 From: hypoxisaurea Date: Fri, 31 May 2024 09:58:58 +0900 Subject: [PATCH] [Fix] Change Button size --- src/pages/SuzipPage.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/SuzipPage.tsx b/src/pages/SuzipPage.tsx index 98040d1..5cb1405 100644 --- a/src/pages/SuzipPage.tsx +++ b/src/pages/SuzipPage.tsx @@ -18,7 +18,7 @@ const Frame1Container = styled.div` top: 0; width: 100%; height: 6vh; - padding-left: 2vw; + padding-left: 1.2vw; background-color: black; display: flex; align-items: center; @@ -28,7 +28,7 @@ const Frame1Container = styled.div` `; const BackButton = styled.img` - width: 1.2vw; + width: 1.1vw; height: auto; cursor: pointer; `;