Skip to content

Commit

Permalink
Change catalogue-item display to block
Browse files Browse the repository at this point in the history
  • Loading branch information
schdck committed Sep 10, 2019
1 parent afb3afa commit 8ee1b69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _sass/tale/_catalogue.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
&-item {
border-bottom: 1px solid $grey-2;
color: $default-color;
display: inline-block;
display: block;
padding: 2rem 0;

&:hover .catalogue-line,
Expand Down

0 comments on commit 8ee1b69

Please sign in to comment.