Skip to content

Commit

Permalink
Merge pull request #20 from baekteun/16-project-title-top-space
Browse files Browse the repository at this point in the history
🔀 :: 스크롤링 프로젝트 상단 공백 추가
  • Loading branch information
baekteun authored Feb 15, 2023
2 parents b6fa203 + 775531e commit 35609e1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,7 @@ iOS 개발자가 되기로 결심한 이후로 (주) 로쏘의 성심당 사내
ProjectInfoView(project: project)
}
.id(Id(stringLiteral: project.id))
.paddingTop(30.px)
}

@DOM
Expand Down

0 comments on commit 35609e1

Please sign in to comment.