Skip to content

Commit

Permalink
Fix *__item CSS selector
Browse files Browse the repository at this point in the history
  • Loading branch information
Simounet committed Nov 5, 2019
1 parent be4c8f5 commit 05a00d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sass/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,8 @@ $border-color-active: white;

}

[class*="__item"] {
.folder__item,
.feed__item {
display: flex;
position: relative;
$padding : 0.5em;
Expand Down

0 comments on commit 05a00d3

Please sign in to comment.