Skip to content

Commit

Permalink
반응형 적용
Browse files Browse the repository at this point in the history
  • Loading branch information
junvhui committed Feb 22, 2024
1 parent ec24866 commit 3245071
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/MainPage/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ const ContentsWrap = styled.div`
}
@media (max-width: 600px) {
transform: scale(0.8);
transform: scale(0.7);
width: 35rem;
margin-left: -2.5rem;
margin-left: -4.5rem;
}
`;

Expand Down Expand Up @@ -173,7 +173,7 @@ const Content = () => {
return (
<div>
<Background>
<Title>좋아하는 팀의 이적 정보를 한눈에 살펴보세요!</Title>
<Title>인기 팀의 이적 정보를 한눈에 살펴보세요!</Title>
<SearchWrap>
<SearchInput
type="text"
Expand Down
1 change: 1 addition & 0 deletions src/MainPage/List.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ const PostWrap = styled.div`
@media (max-width: 600px) {
width: 20rem;
margin-left: -2rem;
margin-top: -6rem;
}
`;

Expand Down

0 comments on commit 3245071

Please sign in to comment.