Skip to content

Commit

Permalink
tag 모바일 업데이트
Browse files Browse the repository at this point in the history
  • Loading branch information
5eonhee committed Feb 21, 2023
1 parent 363cbee commit 6b335c9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions _sass/_section.scss
Original file line number Diff line number Diff line change
Expand Up @@ -101,19 +101,17 @@ section.explanation {

.tag-list {
display: flex;
flex-wrap: wrap;

.tag {
margin:4px;
padding: 0 10px;
border-radius: 20px;
background-color: $grey-6;
color: $white;
font-size: 14px;
cursor: pointer;

& + .tag {
margin-left:5px;
}

&.selected {
background-color: $main-color;
}
Expand Down

0 comments on commit 6b335c9

Please sign in to comment.