From 2555f9b8672832b3f5035cd41d2040d2f916fef6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=EC=84=9D=EC=B0=AC=20=EC=9C=A4?= <ysc0731@ajou.ac.kr>
Date: Mon, 9 Dec 2024 14:48:48 +0900
Subject: [PATCH] =?UTF-8?q?design:=20=EB=A7=88=EC=9D=B4=ED=8E=98=EC=9D=B4?=
 =?UTF-8?q?=EC=A7=80=20=EC=B1=84=ED=8C=85=20container=20UI=20=EB=B3=80?=
 =?UTF-8?q?=EA=B2=BD?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 src/pages/Mypage.jsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/pages/Mypage.jsx b/src/pages/Mypage.jsx
index 8068ae7..107e0eb 100644
--- a/src/pages/Mypage.jsx
+++ b/src/pages/Mypage.jsx
@@ -227,7 +227,7 @@ const MyPage = () => {
           {meetings.length === 0 && !isLoading && (
             <p className="text-center">참여 중인 채팅방이 없습니다.</p>
           )}
-          <div className="grid grid-cols-1 gap-4 tablet:grid-cols-2 desktop:grid-cols-3">
+          <div className="w-full">
             <ChattingList />
           </div>
           {isLoading && <p className="text-center">로딩 중...</p>}
-- 
GitLab