Skip to content

Commit

Permalink
fix: modify main text
Browse files Browse the repository at this point in the history
  • Loading branch information
DaeHee99 committed Jun 29, 2023
1 parent d4de130 commit d1c7f9f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,6 @@
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Local Netlify folder
.netlify
11 changes: 8 additions & 3 deletions src/components/LandingPage/Contents.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ const StyledContents = styled.div`
const StyledTitle = styled.div`
font-size: 64px;
margin-top: 50px;
z-index: 20;
`;
const StyledExplain = styled.div`
font-size: 24px;
Expand All @@ -35,11 +36,15 @@ function Contents() {

return (
<StyledContents>
<StyledTitle className="font-bold">이미지 현지화</StyledTitle>
<StyledTitle className="font-bold">
외국에서 찍은 사진을
<br />
우리나라 느낌으로 바꿔보세요
</StyledTitle>
<StyledExplain>
내 사진 현지화를 통해
사진을 업로드한 후 선택 영역을 지정하여
<br />
새로운 이미지로!
나만의 새로운 이미지로!
</StyledExplain>
<StyledButton
className="font-bold"
Expand Down

0 comments on commit d1c7f9f

Please sign in to comment.