Skip to content

Commit

Permalink
Merge pull request #123 from EFUB4-Jukebox/dev
Browse files Browse the repository at this point in the history
✏️ Fix : 메인 페이지 반응형 bottom text 수정
  • Loading branch information
YoungseoChoi23 authored Aug 21, 2024
2 parents de30413 + bf5d0fa commit 4bff1a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pages/IntroducePage/Main.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const Main = () => {
src={main_bottom}
alt="main_bottom"
/>
<BottomText>음악지도 보러가기</BottomText>
<BottomText>음악 지도 보러 가기</BottomText>
</Bottom>
</Wrapper>
</>
Expand Down Expand Up @@ -97,9 +97,9 @@ const BottomText = styled.div`
white-space: nowrap;
@media (max-width: 800px) {
font-size: 1.5rem;
bottom: 3%.5;
bottom: 3rem;
}
@media (max-width: 450px) {
@media (max-width: 360px) {
font-size: 1rem;
bottom: 2rem;
}
Expand Down

0 comments on commit 4bff1a4

Please sign in to comment.