Skip to content

Commit

Permalink
design: Search 페이지 CSS 구현 #94
Browse files Browse the repository at this point in the history
  • Loading branch information
seoye0ng committed Jan 21, 2024
1 parent 3ac966e commit da0cb9e
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions src/app/search/page.module.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
.mainContainer {
.filterWrapper {
display: flex;
align-items: center;
justify-content: space-between;
margin: 13px 0 24px;

& > span {
color: var(--gray-300);
font-size: 14px;
}
}

.productArticleContainer {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 12px;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@

.icon {
position: absolute;
top: 10px;
left: 10px;
top: 8px;
right: 8px;
}
}

Expand Down

0 comments on commit da0cb9e

Please sign in to comment.