Skip to content

Commit

Permalink
Merge pull request #72 from cau-likelion-org/feat/#61
Browse files Browse the repository at this point in the history
Fix: ์ปดํฌ๋„ŒํŠธ ๋น„์œจ ์ถ•์†Œ
  • Loading branch information
cjy3458 authored Jan 27, 2024
2 parents da3d5f3 + fe859a0 commit 170dca0
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions src/components/home/introduction/IntroduceSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,21 +44,22 @@ const ImageWrapper = styled.div`
position: relative;
width: 180px;
height: 180px;
margin-top: 2rem;
@media (max-width: 1376px) {
width: 100px;
height: 100px;
}
@media (max-width: 1536px) {
width: 120px;
height: 120px;
}
@media (max-width: 1536px) {
width: 100px;
height: 100px;
}
`;
const PhotoCardWrapper = styled.div`
display: flex;
justify-content: center;
width: 100%;
width: 90%;
gap: 30px;
margin: 50px 0;
margin: 30px 0;
@media (max-width: 1200px) {
flex-direction: column;
max-width: 500px;
Expand All @@ -75,7 +76,7 @@ const TitleText = styled.div`
font-family: 'GmarketSans';
font-style: normal;
font-weight: 900;
font-size: 3rem;
font-size: 2.5rem;
text-align: center;
margin: 14px 0;
@media (max-width: 1376px) {
Expand Down

0 comments on commit 170dca0

Please sign in to comment.