Skip to content

Commit

Permalink
[ADD] (#9) - 강좌 찾기 padding 조절
Browse files Browse the repository at this point in the history
  • Loading branch information
kingyong9169 committed Sep 5, 2021
1 parent fa5565b commit b47743c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/components/course/CoursesList/style.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,20 @@ const CoursesList = styled.div`
border-radius: 10px;
display: flex;
.searchtext {
margin: auto;
margin: 0;
padding: auto;
font-size: 0.8rem;
background-color: #dcdcdc;
border-radius: 6px;
border: none;
}
.search {
padding: auto;
margin: auto;
font-size: 1.3rem;
.icon {
vertical-align: middle;
}
}
.search:active {
color: orange;
Expand Down

0 comments on commit b47743c

Please sign in to comment.