Skip to content

Commit

Permalink
Merge pull request #59 from SU-ZIP/soyeon
Browse files Browse the repository at this point in the history
[Fix] Change Button size
  • Loading branch information
hypoxisaurea authored May 31, 2024
2 parents 49ec050 + a38a7f7 commit c96d524
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/SuzipPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -28,7 +28,7 @@ const Frame1Container = styled.div`
`;

const BackButton = styled.img`
width: 1.2vw;
width: 1.1vw;
height: auto;
cursor: pointer;
`;
Expand Down

0 comments on commit c96d524

Please sign in to comment.