Merged
Conversation
jinj00oo
approved these changes
Aug 22, 2025
Collaborator
jinj00oo
left a comment
There was a problem hiding this comment.
반응형까지 고려해주셔서 이제 화면이 줄어들어도 편하게 작업할 수 있겠어요!! 수고하셨습니다😀
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
체크리스트
📌 관련 이슈번호
✅ Key Changes
반응형 문제점: 기존에는 뷰포트 가로 너비가 좁아지면 아래와 같이 나타났습니다.
뷰포트 가로 너비가 좁아질 경우에 대비해 상세페이지 반응형을 수정했습니다.
최소 width를 40rem으로` 설정최소 width를 33rem으로 변경min-w-max속성을 적용하여 자식 요소들의 가로 너비만큼을 최소 너비로 차지하게끔 처리overflow-x-auto속성을 적용하여 뷰포트 가로 너비가 자식 요소들이 차지하는 영역보다 좁아지면 자동으로 스크롤되게끔 처리=> 이를 통해 일정 이상 줄어들면 상세페이지 내부 영역들이 심하게 줄어들지 않고, 전체 페이지의 가로 스크롤바가 생기게 하여 영역을 지키도록 수정했습니다.
📸 스크린샷 or 실행영상
중점으로 볼 것:
2025-08-22.2.37.50.mov
💬 To Reviewers