Skip to content

Commit

Permalink
Merge pull request #57 from HalamLee/feat/comment/#52
Browse files Browse the repository at this point in the history
design: Comment ํŽ˜์ด์ง€ ๋ฐ˜์‘ํ˜• ์ž‘์—… #52
  • Loading branch information
HalamLee committed Jun 25, 2023
2 parents 95a0d6b + a3cedb7 commit da5dfe7
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/pages/comment.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,21 @@ const Content = styled.div`
h1 {
font-size: 48px;
${theme.media.mobile2} {
font-size: 36px;
}
${theme.media.mobile1} {
font-size: 24px;
}
}
span {
font-size: 20px;
${theme.media.mobile2} {
font-size: 14px;
}
${theme.media.mobile1} {
font-size: 10px;
}
}
`;

0 comments on commit da5dfe7

Please sign in to comment.