Styling tidy

This commit is contained in:
Oliver Davies 2018-03-30 20:11:24 +01:00
parent 918d355844
commit 2d9d67dfe1
4 changed files with 29 additions and 11 deletions

View file

@ -1,4 +1,6 @@
.listing { @apply .pl-0; }
.listing {
@apply .pl-0;
}
.listing-item {
@apply .overflow-hidden;
@ -10,7 +12,3 @@
@apply .mb-8;
}
}
// .listing-item p:last-of-type {
// @apply .mb-0;
// }