Skip to content

Commit

Permalink
Merge pull request #92 from mash-up-kr/hotfix/home_certificate
Browse files Browse the repository at this point in the history
์ธ์ฆ ๋ฌผ๋ฟŒ๋ฆฌ๊ฐœ ํ„ฐ์น˜๊ฐ€ ์•ˆ๋˜๋Š” ํ˜„์ƒ ์ˆ˜์ •
  • Loading branch information
gunoooo authored Aug 7, 2023
2 parents f3fbf5b + 04d730e commit 0eeca44
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ final class MyFlowerView: UIView {

self.induceCertificationView.snp.makeConstraints { make in
make.top.equalToSuperview()
make.leading.trailing.equalToSuperview()
make.centerX.equalToSuperview().multipliedBy(0.8)
make.bottom.equalTo(self.flowerImageView.snp.top).offset(-8)
}
Expand Down

0 comments on commit 0eeca44

Please sign in to comment.