Skip to content

Commit

Permalink
[style] 로그인/회원가입 css 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
nemobim committed Apr 3, 2024
1 parent 2512b8f commit 664707c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/pages/Join.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ const container = css`
${flexCenter}
flex-direction: column;
p {
margin-top: ${calcRem(35)};
margin-top: ${calcRem(18)};
margin-bottom: ${calcRem(14)};
}
`
Expand All @@ -170,7 +170,7 @@ const profileImgBox = css`
height: ${calcRem(100)};
border-radius: 50%;
overflow: hidden;
margin-bottom: ${calcRem(39)};
margin-bottom: ${calcRem(30)};
background-color: #d9d9d9;
${flexCenter}
Expand Down
4 changes: 2 additions & 2 deletions src/pages/Login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ const loginBox = css`
.otherLogin {
display: flex;
margin-top: ${calcRem(76)};
margin: ${calcRem(70)} 0;
font-size: ${calcRem(12)};
span {
display: inline-block;
Expand All @@ -103,7 +103,7 @@ const loginBox = css`

const logo = css`
${title2}
margin-top: ${calcRem(180)};
margin-top: ${calcRem(100)};
margin-bottom: ${calcRem(67)};
`

Expand Down

0 comments on commit 664707c

Please sign in to comment.