Conversation
eunseo9311
reviewed
Oct 1, 2024
index.html
Outdated
Collaborator
There was a problem hiding this comment.
https://github.com/media screen and (max-width: 768px) {
.desktop {
width: 100%;
height: auto;
padding: 20px;
}
.main-text, .sub-text {
width: auto;
font-size: smaller;
}
}
위 코드와 같이 반응형 디자인 적용하여 미디어 쿼리를 추가하여 모바일 환경에서도 잘 작동할 수 있도록 크기 및 레이아웃을 조정하는 것을 권장합니다🥰
media-query 실습코드
Fix : 미디어쿼리 적용 및 코드리뷰반영 flex를 이용한 코드로 수정, media query를 사용한 모바일 수준의 화면 조정, 배경 디자인대로 수정, css파일 구분.
Fix : 레시피 코드리뷰 반영 instructions에서 숫자 컬러 디자인대로 수정, nutrition에 여백값 넓힘, 구분선길이 700px로 수정
gaeun2o
added a commit
that referenced
this pull request
Oct 31, 2024
[fix] recipe : 코드리뷰 반영 및 수정 - nutrition, bullet 속 item 위치 및 디자인 수정 - 폰트 통일 - container 안 max-width 사용 - 원 아이콘 svg 대신 radius 이용하도록 수정 resolves : #10
Fix : 레시피 최종본 이제 레시피 파일 업로드 제대로 되었을까요...?
Fix : 파일 수정 잘 올라가졌는지 확인부탁드려용,,
Feat : 최종파일확인 최종 파일 확인 부탁,,,
Fix : 미디어쿼리실습최종제출
Fix : 레이아웃 최종 제출
Fix : 레이아웃 수정 그룹박스 사이즈, 박스 사이즈, 폰트사이즈 수정
feat : todo 기본틀 구현 배경과 할일 목록 구현, hover와 filter들 구현, 체크표시와 라이트모드 다크모드 구현 했습니다.
Feat : 구분선구현 및 필터스타일적용 필터를 호버했을때 스타일이 바뀌게 하였고 클릭했을때 파란색으로 바뀌게 했습니다. task들 사이 구분선도 구현했습니다
Feat : 드래그 앤 드롭 추가 및 필터 수정 드래그 앤 드롭 이벤트 추가했고, 필터 부분 디자인에 맞게 수정했습니다.
Fix : 구분선 스타일 변경, 체크박스 호버 변경 구분선 다크버전일때 색 디자인에 맞게 변경했고, 길이 조정했습니다. 체크박스 호버했을때 파란 테두리 나타나게 했습니다. 리스트 호버할때 배경생기는 것도 없앴습니다.
Fix: 다크모드 체크박스,그림자 색변경 다크모드에서 체크박스와 그림자 색변경했습니다.
[Fix] 다크모드 체크박스,그림자 색변경 svg파일 추가 제출
Fix : 체크박스 수정 클릭 시 체크표시가 나오게 수정하였습니다.
Fix : 체크박스 테두리 수정 체크박스 호버했을때 테두리만 적용되게 수정했습니다.
Feat : 리액트실습코드제출
리액트 실습코드 제출
reactstudy 파일 삭제하고 제출합니다
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.
전체적인 피드백
layout
recipe