Skip to content

Commit

Permalink
๐Ÿ’„design(#99): ๋งˆ์ดํŽ˜์ด์ง€ ํƒˆํ‡ด ๋ฐ˜์‘ํ˜•
Browse files Browse the repository at this point in the history
  • Loading branch information
hyo-4 committed Dec 1, 2024
1 parent d275200 commit 0498cd1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/app/mypage/delete/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,11 @@ const SubTitle = styled.div`
${(props: any) => props.theme.fonts.body08};
color: ${(props: any) => props.theme.colors.white};
margin-bottom: 35px;
//๋ฐ˜์‘ํ˜•
@media (max-width: 375px) {
margin-bottom: 5px;
}
`;

const QuestionText = styled.div`
Expand Down
4 changes: 4 additions & 0 deletions src/components/common/Input.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,10 @@ const StyledTextarea = styled.textarea<{
&::-webkit-scrollbar-track {
background: transparent;
}
//๋ฐ˜์‘ํ˜•
@media (max-width: 375px) {
max-height: 113px;
}
`;

const ValidationMessage = styled.div`
Expand Down

0 comments on commit 0498cd1

Please sign in to comment.