-
Notifications
You must be signed in to change notification settings - Fork 2
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
style: 헤더 푸터, 이력서 작성 페이지 반응형 #279
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
화면 보면서 확인해보려고 했는데 서버가 안열려서 확인을 못해보고 리뷰 남깁니다.. 죄송합니다..
수고하셨습니다!
@@ -20,6 +20,8 @@ const Footer = () => { | |||
<Flex | |||
w={'100%'} | |||
mt={'3.14rem'} | |||
wrap={'wrap'} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
화면이 줄어들었을 때 넘친 컴포넌트를 다음으로 넘기기 위한 부분이군요!
columnGap={'3rem'} | ||
rowGap={'1rem'} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wrap으로 넘어간 부분 간격을 따로 지정하기 위해서 구분하신거군요!
수여 기관 | ||
</FormLabel> | ||
<FormControl | ||
w={'fit-content'} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FormControl
에 w를 주신 이유가 있나요? FormLabel
에 있을 때랑 어떤 차이가 있는지 궁금합니다!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FormLabel에 주었을 때는 라벨 크기에 맞춰지고, FormControl에 주었을 때는 라벨 + 인풋까지 포함한 부모 element 사이즈에 맞춰집니다! FormLabel에는 디폴트 width를 부여하고 있는 것 같아 라벨 크기들을 웬만하면 통일시키려고 이렇게 수정했던 것 같아요
gap={'3rem'} | ||
columnGap={'3rem'} | ||
rowGap={'1rem'} | ||
justifyContent={'space-between'} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
justifyContent={'space-between'}
를 해도 columnGap={'3rem'}
부분이 잘 적용되나요?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
어엇 아뇨! columnGap은 제거해도 되겠네요! 반영하겠습니다 👍
💻 스크린샷 (선택사항)
📃 PR 설명
📃 참고사항
🔎 PR포인트 및 궁금한 점