From f2042402ce37c19c6dba11c270716ed8402a747e Mon Sep 17 00:00:00 2001 From: jusohn Date: Fri, 17 Nov 2023 15:53:06 +0900 Subject: [PATCH] =?UTF-8?q?[FE]=20FIX:=20grid=20template=20area=20?= =?UTF-8?q?=EC=BD=94=EB=A7=A8=ED=8A=B8=20=EC=B6=94=EA=B0=80=20#1410?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/pages/ProfilePage.tsx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/frontend/src/pages/ProfilePage.tsx b/frontend/src/pages/ProfilePage.tsx index b621bc381..896d950f7 100644 --- a/frontend/src/pages/ProfilePage.tsx +++ b/frontend/src/pages/ProfilePage.tsx @@ -44,10 +44,9 @@ const CardGridWrapper = styled.div` grid-gap: 20px; grid-template-columns: 350px 350px; grid-template-rows: 163px 183px 215px; - grid-template-areas: - "profile lentInfo" - "extension lentInfo" - "theme notification"; + grid-template-areas: "profile lentInfo" // h: 163px h: 366px + "extension lentInfo" // h: 183px + "theme notification"; // h: 215px h: 215px @media (max-width: 768px) { grid-template-columns: 350px;