Skip to content

Commit

Permalink
design: 메인페이지 UI 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
eun-hak committed Apr 22, 2024
1 parent 6fa2941 commit da9e718
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/app/page.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,14 @@
padding: 0 var(--default-padding) 80px;
}

.grayBar {
width: 100%;
height: 15px;
margin-bottom: 32px;
background-color: var(--gray100);
}

.hotItemContainer {
padding: 0 var(--default-padding) 80px;
padding: 0 var(--default-padding) 52px;
}
}
1 change: 1 addition & 0 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ function Home() {
</div>

{/* <Spacing size={20} /> */}
<div className={cx('grayBar')} />

<div className={cx('recommendListContainer')}>
<Text typography="t4" bold>
Expand Down
1 change: 1 addition & 0 deletions src/components/home/hotItem/HotItem.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
border: 1px solid rgb(0 0 0 / 5%);
border-radius: 999px;
background: var(--grayscale-white, #fff);
cursor: pointer;
}

.more {
Expand Down

0 comments on commit da9e718

Please sign in to comment.