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

style: 헤더 푸터, 이력서 작성 페이지 반응형 #279

Merged
merged 5 commits into from
Mar 13, 2024

Conversation

leeminhee119
Copy link
Member

💻 스크린샷 (선택사항)

스크린샷 2024-03-07 오후 10 46 01 스크린샷 2024-03-07 오후 10 46 18 스크린샷 2024-03-07 오후 10 45 45

📃 PR 설명

  • 헤더 푸터, 이력서 작성 페이지 반응형을 구현했습니다.
  • 완벽하지는 않지만, 빠르게 고칠 수 있는 것들 위주로 구현했어요.

📃 참고사항

🔎 PR포인트 및 궁금한 점

@leeminhee119 leeminhee119 added the 🎨 Style CSS 등 사용자 UI 디자인 변경 label Mar 7, 2024
@leeminhee119 leeminhee119 self-assigned this Mar 7, 2024
Copy link
Contributor

@backward99 backward99 left a 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'}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

화면이 줄어들었을 때 넘친 컴포넌트를 다음으로 넘기기 위한 부분이군요!

Comment on lines +88 to +89
columnGap={'3rem'}
rowGap={'1rem'}
Copy link
Contributor

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'}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FormControl에 w를 주신 이유가 있나요? FormLabel에 있을 때랑 어떤 차이가 있는지 궁금합니다!

Copy link
Member Author

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'}
Copy link
Contributor

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'} 부분이 잘 적용되나요?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

어엇 아뇨! columnGap은 제거해도 되겠네요! 반영하겠습니다 👍

@leeminhee119 leeminhee119 merged commit 1049807 into main Mar 13, 2024
1 check passed
@leeminhee119 leeminhee119 deleted the feat/responsive branch March 13, 2024 16:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🎨 Style CSS 등 사용자 UI 디자인 변경
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants