Skip to content

Commit de30413

Browse files
Merge pull request #122 from EFUB4-Jukebox/dev
💄 Style : 메인페이지 반응형 bottom 텍스트 수정
2 parents f505060 + 906f7cf commit de30413

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

src/pages/IntroducePage/Main.jsx

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -75,16 +75,16 @@ const Bottom = styled.div`
7575
transform: translateX(-50%);
7676
cursor: pointer;
7777
78-
@media (max-width: 700px) {
79-
width: 100%;
78+
@media (max-width: 800px) {
79+
width: 80%;
8080
height: auto;
8181
}
8282
}
8383
`;
8484
const BottomText = styled.div`
8585
position: fixed;
8686
left: 50%;
87-
bottom: 2.5em;
87+
bottom: 4.5rem;
8888
transform: translateX(-50%);
8989
z-index: 3;
9090
color: var(--light_black, #232323);
@@ -95,9 +95,13 @@ const BottomText = styled.div`
9595
line-height: 40px; /* 125% */
9696
cursor: pointer;
9797
white-space: nowrap;
98-
@media (max-width: 700px) {
99-
font-size: 1.2em;
100-
bottom: 1em;
98+
@media (max-width: 800px) {
99+
font-size: 1.5rem;
100+
bottom: 3%.5;
101+
}
102+
@media (max-width: 450px) {
103+
font-size: 1rem;
104+
bottom: 2rem;
101105
}
102106
`;
103107

0 commit comments

Comments
 (0)