Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor : 로그인 css 변경 #477

Merged
merged 3 commits into from
Mar 12, 2024
Merged

Conversation

bluedog129
Copy link
Contributor

@bluedog129 bluedog129 commented Mar 12, 2024


✅ 풀_리퀘스트 체크리스트

  • PR 제목: [feat/fix/refactor...] 작업 내용 한 줄 요약 (브랜치 이름) #이슈번호
  • commit message 가 적절한지 확인해주세요.
  • 적절한 branch 로 요청했는지 확인해주세요.
  • Assignees, Label 을 붙여주세요.
  • 주의 사항과 관련해 꼭 확인해야 할 사람이 있다면 Reviewer 로 등록해주세요.
  • PR이 승인된 경우 해당 브랜치는 삭제해 주세요!

🔄 변경 사항

무엇을 합니다!

  • feat 로그인 페이지 css 변경

📎 변경한 이유

  • css style을 뷰포트로 적용하지 않아서 반응형 스타일이 적용되지 않았습니다.

closes: #477

👨🏻‍💻 테스트 체크리스트

  • 본인의 로컬 컴퓨터 환경에서 크롬창의 배율을 늘이고 줄여봄

📌 변경 및 주의 사항

현재 board 태그 부분은 33% 배율부터 어긋남이 있습니다.
transform: rotateX(70deg);
이 속성으로 사다리꼴 도형의 모습을 갖추도록 설정한 부분인데 이 부분은 배율을 줄이고 늘이는 시도를 했을 때 모습이 변질되는
현상을 바로잡기 힘들다는 판단이 되어서 평가받는 환경에 맞춰 저 속성만 바꿔주어서 클러스터 맥 환경을 기준으로 안정적으로 보여지게 해놨습니다.

! 그 외에 오른쪽 왼쪽으로 도형이 비틀어지는 현상은 배율을 아무리 높이고 줄여도 문제 없음을 확인했습니다!

스크린샷 2024-03-11 오전 11 20 47

@bluedog129 bluedog129 added the frontend frontend 관련 PR label Mar 12, 2024
@bluedog129 bluedog129 self-assigned this Mar 12, 2024
@bluedog129 bluedog129 linked an issue Mar 12, 2024 that may be closed by this pull request
@bluedog129 bluedog129 marked this pull request as ready for review March 12, 2024 05:51
@donghyun1998
Copy link
Contributor

확인햇습니다 고생하셧습니다!

@bluedog129 bluedog129 merged commit 89abb99 into main Mar 12, 2024
3 checks passed
@bluedog129 bluedog129 deleted the 474-refactor-로그인-css-변경 branch March 12, 2024 05:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
frontend frontend 관련 PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

refactor : 로그인 css 변경
2 participants