Skip to content

Commit

Permalink
design: 즐겨찾기 페이지 CSS 구현 #117
Browse files Browse the repository at this point in the history
  • Loading branch information
seoye0ng committed Jan 23, 2024
1 parent 0a96ba2 commit ec6184f
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/app/favorite/page.module.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
.mainContainer {
margin-bottom: 76px;
padding: 0 24px;

.filterBox {
display: flex;
align-items: center;
justify-content: space-between;
margin: 13px 0 24px;
}

.productArticleContainer {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 12px;
}
}

0 comments on commit ec6184f

Please sign in to comment.