codestates / codestates/BookDam

22.01.04 Dev-Log

Open
#63 0 comments 0 reactions 1 assignee Claimed by @hellohyonee View on GitHub
hyunkyungshin
Dominant language
JavaScript
Stars
1
Forks
1
PR merge metrics
No merged PRs in 30d

Description

### 오늘은 어떻게 프로젝트에 기여했나요?
- MyPage Component 구현

### 오늘의 프로젝트에서 힘든 점은 무엇인가요?
- div 태그들의 정렬 : 왜 나란히 row 정렬이 되지 않는가

```js
// Container 안에 div 태그들이 나란히 row 정렬을 하게끔 flex-direction: row를 주었는데 정렬이 안 되었다.
// 바보같이 display: flex를 빼고서 왜 안 되는 지를 헤맸다.
// 아래는 일정 부분이 생략된 코드!

export const FollowContainer = styled.div`
display: flex;
flex-direction: row;
`;

export const Follow = styled.div`
width: 90px;
height: 100%;
`;

export const Follower = styled.div`
width: 90px;
height: 100%;
`;
```

### 내일은 프로젝트에 기여하기 위해 무엇을 해야 하나요?

- [ ] MyPage 기능 구현

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.