From dee318417381a6547c0d16f10bd804809423cfd6 Mon Sep 17 00:00:00 2001 From: seung365 Date: Mon, 2 Sep 2024 20:43:34 +0900 Subject: [PATCH] =?UTF-8?q?design:=20mail=20page=20=EB=B9=84=EC=9C=A8=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Mail/AskList.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Mail/AskList.tsx b/src/components/Mail/AskList.tsx index 91bad10..b619f35 100644 --- a/src/components/Mail/AskList.tsx +++ b/src/components/Mail/AskList.tsx @@ -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; @@ -57,7 +57,7 @@ const AskListWrapper = styled.div` gap: 10px; @media (max-width: ${breakpoints.md}) { - width: 400px; + width: 90%; } `;