Skip to content

Commit

Permalink
style: edit css nesting orderwd-191
Browse files Browse the repository at this point in the history
  • Loading branch information
what1s1ove committed Nov 20, 2023
1 parent 6e28f44 commit 51760b6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions source/styles/blocks/exp-filter.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@
padding: 5px 28px 5px 23px;
}

@media (width >= 620px) {
align-items: center;
padding: 10px 8px;
}

@media (--width-desktop) {
max-width: 940px;
margin: 0 auto;
padding: 17px 8px;
}

@media (width >= 620px) {
align-items: center;
padding: 10px 8px;
}
}

.exp-filter__skills-type {
Expand Down

0 comments on commit 51760b6

Please sign in to comment.