Skip to content

Commit

Permalink
chore: 모바일 화면에서 너비 조정
Browse files Browse the repository at this point in the history
  • Loading branch information
prgmr99 committed Dec 30, 2024
1 parent 5bc3072 commit 1e648e9
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,10 @@ const RecruitDetailPage = styled.section`
cursor: pointer;
}
}
@media (max-width: 600px) {
width: 90%;
}
`;

const Footer = styled.footer`
Expand Down Expand Up @@ -269,8 +273,6 @@ const Footer = styled.footer`
}
@media (max-width: 450px) {
padding: 0 1.6rem;
.btn-txt__big {
font-size: 1.4rem;
}
Expand All @@ -291,8 +293,6 @@ const Footer = styled.footer`
}
@media (max-width: 376px) {
padding: 0 1.6rem;
.btn-txt__big {
font-size: 1.2rem;
}
Expand Down

0 comments on commit 1e648e9

Please sign in to comment.