From 677d9e82927248c7cac2324edf9638c1e1637e15 Mon Sep 17 00:00:00 2001 From: kimtree24 Date: Tue, 10 Dec 2024 17:00:53 +0900 Subject: [PATCH] =?UTF-8?q?FIX:=20css=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/userpage/Userpage.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/userpage/Userpage.jsx b/src/pages/userpage/Userpage.jsx index 0224eec..cb4366f 100644 --- a/src/pages/userpage/Userpage.jsx +++ b/src/pages/userpage/Userpage.jsx @@ -53,10 +53,10 @@ export default Userpage; const Container = styled.div` background-color: white; - //width: 100%; + width: 100%; max-width: 600px; // 스크롤 웹전체로 함 100%로 높이 변경 - height: 100%; + //height: 100%; display: flex; flex-direction: column; align-items: center;