Skip to content

Commit

Permalink
style: 메인페이지 컨텐츠 마진 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
YearaChoi committed Aug 6, 2024
1 parent 1e91cc4 commit 319fb40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/MainPage/ContentMain.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -242,13 +242,13 @@ const Wrapper = styled.div`
/* width: 1160px; */
width: 1000px;
margin: auto;
margin-top: 135px;
margin-top: 115px;
font-size: 20px;
padding-bottom: 40px;
justify-content: center;
align-items: center;
/* margin-left: 240px; */
/* border: 1px solid red; */
border: 1px solid red;
`;

const AdCon = styled.div`
Expand Down

0 comments on commit 319fb40

Please sign in to comment.