Skip to content

Commit

Permalink
refactor: #182 메인 페이지 가로 스크롤 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
gchoi96 committed Dec 3, 2022
1 parent fff29d9 commit 70738b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/pages/Main/MainPage.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import { fontXLarge } from "styles/font";

export const MainPageContainer = styled.div`
padding: 15px 0px;
overflow-x: hidden;
> div:nth-child(1) {
margin-bottom: 40px;
}
Expand Down

0 comments on commit 70738b3

Please sign in to comment.