Skip to content

Commit

Permalink
Merge pull request #239 from MeeTeamNumdle/release-1.0
Browse files Browse the repository at this point in the history
fix: 모바일용 줄바꿈 UI 수정
  • Loading branch information
prgmr99 authored Jul 29, 2024
2 parents c6d55a2 + cdff355 commit 917a71d
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ const NeedLogin = styled.section`
padding: 8px 16px;
margin-top: 15px;
}
.btn-txt {
font-size: 1.2rem;
}
}
@media (max-width: 376px) {
Expand All @@ -92,6 +95,10 @@ const NeedLogin = styled.section`
padding: 6px 12px;
margin-top: 10px;
}
.btn-txt {
font-size: 1.2rem;
}
}
`;

Expand Down
19 changes: 19 additions & 0 deletions src/pages/recruit/recruitPage/RecruitPage.styled.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,25 @@ const RecruitPage = styled.div<RecruitPage>`
letter-spacing: 0.04rem;
}
}
@media (max-width: 431px) {
.title {
font-size: 1.6rem;
line-height: 2rem;
letter-spacing: 0.06rem;
}
.subtitle {
font-size: 1.4rem;
line-height: 1.6rem;
letter-spacing: 0.04rem;
}
img {
width: 90px;
height: 90px;
}
}
}
.wrapper-title {
Expand Down

0 comments on commit 917a71d

Please sign in to comment.