From 70d41b95a18518e30a9677820eb52c9067474c0f Mon Sep 17 00:00:00 2001 From: minzziPark Date: Mon, 5 Feb 2024 16:43:50 +0900 Subject: [PATCH] =?UTF-8?q?feat=20:=20=EC=9E=84=EC=8B=9C=20=ED=8E=98?= =?UTF-8?q?=EC=9D=B4=EC=A7=80=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Mobile/Mob-ProjectPage/ProjectFirst_Mob.js | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/src/components/Mobile/Mob-ProjectPage/ProjectFirst_Mob.js b/src/components/Mobile/Mob-ProjectPage/ProjectFirst_Mob.js index c078f6e..98c9e3b 100644 --- a/src/components/Mobile/Mob-ProjectPage/ProjectFirst_Mob.js +++ b/src/components/Mobile/Mob-ProjectPage/ProjectFirst_Mob.js @@ -13,11 +13,11 @@ const Header8 = styled.div` white-space: pre-line; text-align: center; font-style: normal; - width: 300px; - height: 140px; + width: 100%; + /* height: 140px; */ position: absolute; line-height: 140%; - top: 13%; + top: 22%; `; const ButtonText1 = styled.div` @@ -36,7 +36,7 @@ const ButtonText1 = styled.div` const PartDiv = styled.div` /* height: 500px; */ - height: 68vh; + height: 100vh; margin-top: 100px; position: relative; width: 100%; @@ -75,6 +75,12 @@ const ProgramFrame1 = styled.img` bottom: 0px; `; +const CenterText = styled.div` + width: 100%; + display: flex; + flex-direction: column; +`; + function ProjectFirst_Mob() { return (
@@ -84,8 +90,8 @@ function ProjectFirst_Mob() { {/* PARD가
진행한 프로젝트를
보여드릴게요
*/} + -
PARD의 프로젝트가
곧 공개될 예정이에요