Skip to content

Commit

Permalink
design: mail page 비율 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
seung365 committed Sep 2, 2024
1 parent c3cf89e commit dee3184
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Mail/AskList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export const AskList = ({ randomInput }: AskListProps) => {
};

const AskListWrapper = styled.div`
width: 768px;
width: 90%;
height: 750px;
flex-shrink: 0;
border-radius: 10px;
Expand All @@ -57,7 +57,7 @@ const AskListWrapper = styled.div`
gap: 10px;
@media (max-width: ${breakpoints.md}) {
width: 400px;
width: 90%;
}
`;

Expand Down

0 comments on commit dee3184

Please sign in to comment.