Merge pull request #67 from schdck/master

Change catalogue-item display to block
This commit is contained in:
Chester How 2019-09-12 10:38:37 +08:00 committed by GitHub
commit 9f404797de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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,