Skip to content

Commit

Permalink
style: 여백 수정
Browse files Browse the repository at this point in the history
스타일 수정
  • Loading branch information
leejuhi committed Aug 15, 2024
1 parent b4f63ed commit dea2a63
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/FriendMapPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ const ProfileImage = styled.img`
box-sizing: border-box;
width: 80x;
height: 80px;
margin: 10px;
margin: 13px;
`;

const Space = styled.div`
Expand Down
1 change: 0 additions & 1 deletion src/pages/LoginPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ const Container = styled.div`
flex-direction: column;
align-items: center;
justify-content: center;
margin: 20px auto;
`;

function LoginPage() {
Expand Down

0 comments on commit dea2a63

Please sign in to comment.