Skip to content

Commit

Permalink
feat : 임시 페이지 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
minzziPark committed Feb 5, 2024
1 parent e2d8137 commit 70d41b9
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions src/components/Mobile/Mob-ProjectPage/ProjectFirst_Mob.js
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand All @@ -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%;
Expand Down Expand Up @@ -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 (
<Div>
Expand All @@ -84,8 +90,8 @@ function ProjectFirst_Mob() {
{/* <Header8>
PARD가<br />진행한 프로젝트를<br />보여드릴게요
</Header8> */}

<Header8>
<br />
PARD의 프로젝트가
<br />곧 공개될 예정이에요
</Header8>
Expand Down

0 comments on commit 70d41b9

Please sign in to comment.