Skip to content

Commit

Permalink
[docs] README.md 노션 링크 변경 (#233)
Browse files Browse the repository at this point in the history
* fix : 메인 화면에서 가로 스크롤이 생기지 않도록 수정

* docs : 노션 링크 수정
  • Loading branch information
Novrule authored Dec 15, 2023
1 parent 0b16140 commit 771c1b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,4 @@ GBS에서는 아프리카 TV, 트위치와 같이 실시간으로 인터넷 방

</br>

**더 자세한 내용을 보고 싶으시다면 [금쪽이들의 wiki](https://github.com/boostcampwm2023/web07-GBS/wiki)[금쪽이들의 notion](https://www.notion.so/GBS-b3e35f1c05c24973a722bd406218a6ae)를 참고해주세요!**
**더 자세한 내용을 보고 싶으시다면 [금쪽이들의 wiki](https://github.com/boostcampwm2023/web07-GBS/wiki)[금쪽이들의 notion](https://happy-ozraraptor-565.notion.site/GBS-b3e35f1c05c24973a722bd406218a6ae?pvs=4)를 참고해주세요!**
1 change: 1 addition & 0 deletions client/src/pages/MainPage/MainPage.styles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import styled from 'styled-components'
export const Container = styled.div`
display: flex;
flex-direction: column;
overflow-x: hidden;
width: 100vw;
height: 100vh;
`
Expand Down

0 comments on commit 771c1b6

Please sign in to comment.