Change catalogue-item display to block

This commit is contained in:
Maurício Vielmo Schmaedeck 2019-09-10 11:11:37 -03:00
parent afb3afa9da
commit 8ee1b69c5b
1 changed files with 1 additions and 1 deletions

View File

@ -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,