Skip to content

Commit

Permalink
docs: 헤더 수정 및 인용구 만들기
Browse files Browse the repository at this point in the history
  • Loading branch information
Bumang-Cyber committed Jan 3, 2024
1 parent f7bca83 commit fbf772f
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,13 @@
- feature/{issue-number}-{feature-name}
- ex) feature/#123-mainpage

- Responsive Strategy
- display: flex
- min-width: 360px
- max-width: 768px
- 규칙
- 1. 컴포넌트들의 width는 가변값(%) 사용을 권장합니다.
- 2. 컴포넌트의 height만 고정값(px)를 사용합니다.
- 3. 되도록 Layout(Wrapper)가 되는 레이아웃에 min-width/max-width 너비를 설정합니다. (내용이 되는 컴포넌트에 전부 max-width/min-width 설정하지 않고 %만 설정할 수 있도록.)
## Responsive Strategy

> display: flex; <br>
> min-width: 360px; <br>
> max-width: 768px; <br>
- 규칙
1. 컴포넌트의 width는 가변값(%) 사용을 권장합니다.
2. 컴포넌트의 height만 고정값(px)를 사용합니다.
3. 되도록 Layout(Wrapper)가 되는 레이아웃에 min-width/max-width 너비를 설정합니다.(내용이 되는 컴포넌트엔 %만 설정할 수 있도록)

0 comments on commit fbf772f

Please sign in to comment.