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.
연관 이슈
close #104
개요
편지 등록, 편지 쓰기 반응형 수정
✅ 작업 내용
📝 기타 사항
Letter
컴포넌트 자체에 반응형을 하나하나 타입마다 구간을 지정해서 설정하긴 어렵다고 판단하여, 따로 반응형을 설정하고 싶을 경우 width=100%, height=100%을 props로 넘기고, Letter 컴포넌트 상위에서LetterContainer
(명칭상 Wrapper가 자연스러움) 로 감싸서해당 styled-components
에서 반응형 작업을 진행하였습니다!