-
Notifications
You must be signed in to change notification settings - Fork 21
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
[김수영] sprint3 #50
Merged
GANGYIKIM
merged 17 commits into
codeit-bootcamp-frontend:Basic-김수영
from
swim-kim:Basic-김수영-week3
Aug 26, 2024
The head ref may contain hidden characters: "Basic-\uAE40\uC218\uC601-week3"
Merged
[김수영] sprint3 #50
GANGYIKIM
merged 17 commits into
codeit-bootcamp-frontend:Basic-김수영
from
swim-kim:Basic-김수영-week3
Aug 26, 2024
Conversation
This file contains 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
GANGYIKIM
approved these changes
Aug 26, 2024
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.
수영님 3번째 스프린트 미션 고생하셨습니다.
PR을 굉장히 자세하게 적어주셔서 좋았습니다.
아래는 전반적인 리뷰사항입니다.
- 동일한 사항에 대해서는 한번만 코멘트를 답니다. 비슷한 경우를 찾아서 변경해보세요~
코드상에 따로 속성을 주지 않았는데 section-text-detail에 16px 상하 마진이 생기는 이유를 모르겠습니다
: 검사탭에서 해당 요소를 확인해보시면 사용자 에이전트 스타일이라고 명시되어서 margin 상하에 1rem이 적용된 것을 보실 수 있습니다. 이는 브라우저에서 자체적으로 가지고 있는 스타일이므로 이를 초기화해주는 reset css 를 작성하시면 될 것 같습니다.미디어쿼리를 적용할때 기존코드를 활용할 수 있는부분은 최대한 활용하고 변경되는 부분만 수정하는게 좋은지, 아예 다 새로 짜는게 좋은지 궁금합니다
: 저는 전자가 좋다고 생각합니다. 후자의 경우 새로 작성하는 것이고, 전자의 경우 기존 스타일을 살리면서 필요한 경우 속성을 overriding 하거나 추가하는 것인데 전자가 더 유지보수하기 좋다고 생각합니다.
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.
요구사항
기본
랜딩
로그인/회원가입
심화
sprint3 소스 배포주소
https://pandamarket-swimkim.netlify.app/
멘토에게
section-text-detail
에 16px 상하 마진이 생기는 이유를 모르겠습니다