Skip to content

Commit

Permalink
Merge pull request #108 from 2024WISCOM/develop
Browse files Browse the repository at this point in the history
🚀 배포
  • Loading branch information
techncherry authored Oct 14, 2024
2 parents 6939c94 + b991b18 commit 48a135a
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions src/components/about/About.style.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ export const MenuText = styled.div`
}
@media (max-width: 480px) {
font-size: 13px;
font-size: 14px;
}
`;

Expand Down Expand Up @@ -258,7 +258,7 @@ export const Part = styled.div`
}
@media (max-width: 480px) {
font-size: 10px;
font-size: 11px;
}
`;

Expand Down Expand Up @@ -290,7 +290,7 @@ export const People = styled.div`
}
@media (max-width: 480px) {
grid-template-columns: 2.2fr 7fr;
grid-template-columns: 2.6fr 7fr;
}
`;

Expand Down Expand Up @@ -496,11 +496,11 @@ export const Student = styled.div`

export const MapContainer = styled.div`
width: 100%;
padding: 0 6vw;
padding: 0 1vw 0 5vw;
margin-bottom: 10vh;
@media (max-width: 480px) {
padding: 0 2vw;
padding: 0 1.5vw;
}
`;

Expand Down Expand Up @@ -677,6 +677,10 @@ export const StudioWrap = styled.div`
flex-direction: column;
gap: 15px;
margin: 0;
@media (max-width: 480px) {
padding-left: 10px;
}
`;

export const TeamWrap = styled.div`
Expand Down

0 comments on commit 48a135a

Please sign in to comment.