Skip to content

Commit c96d524

Browse files
authored
Merge pull request #59 from SU-ZIP/soyeon
[Fix] Change Button size
2 parents 49ec050 + a38a7f7 commit c96d524

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/SuzipPage.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const Frame1Container = styled.div`
1818
top: 0;
1919
width: 100%;
2020
height: 6vh;
21-
padding-left: 2vw;
21+
padding-left: 1.2vw;
2222
background-color: black;
2323
display: flex;
2424
align-items: center;
@@ -28,7 +28,7 @@ const Frame1Container = styled.div`
2828
`;
2929

3030
const BackButton = styled.img`
31-
width: 1.2vw;
31+
width: 1.1vw;
3232
height: auto;
3333
cursor: pointer;
3434
`;

0 commit comments

Comments
 (0)