Skip to content

Commit

Permalink
(#329)style: 헤더 마진 제거에 따른 스타일 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
JayJayleee committed May 30, 2024
1 parent 7aa1c96 commit 0f74065
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion src/asset/sass/pages/loginPage/nicknamePage.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,24 @@
cursor: pointer;
}

.nickname-info-con {
margin: 25% 0% 2.5% 10%;
font-size: 3.5rem;
letter-spacing: -1px;
color: #000;
font-family: 'pretendard-Bold';
line-height: 1.2;
}
.nickname-info {
margin: 12% 0% 2.5% 10%;
margin: 10% 0% 2.5% 10%;
font-size: 3.5rem;
letter-spacing: -1px;
color: #000;
font-family: 'pretendard-Bold';
line-height: 1.2;
}


.separator {
width: 88%;
height: 1px;
Expand Down
2 changes: 1 addition & 1 deletion src/components/pages/loginPage/loginPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { StyledHeader, StyledPage } from '../../../styledComponent';
import { ACCESS_TOKEN, BASE_URL } from '../../global/constants';

const WelcomeMessage = styled.p`
margin: 15% 0% 0% 15%;
margin: 30% 0% 0% 15%;
font-size: 3.5rem;
font-family: Pretendard-Bold;
letter-spacing: -1px;
Expand Down
2 changes: 1 addition & 1 deletion src/components/pages/loginPage/nicknamePage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ const NicknamePage = () => {
<StyledPage className="main-page-container">
<StyledHeader>
<TitleHeader pageTitle="회원 정보 설정" />
<div className="nickname-info">
<div className="nickname-info-con">
<span className="welcome-nickname">
현재 본인의 상황을 <br /> 체크해 주세요
</span>
Expand Down

0 comments on commit 0f74065

Please sign in to comment.