Fix spacing

This commit is contained in:
Oliver Davies 2018-03-02 20:16:24 +00:00
parent 9933037406
commit 5b71857c12
2 changed files with 4 additions and 4 deletions

View file

@ -11,6 +11,6 @@
}
}
.listing-item p:last-of-type {
@apply .mb-0;
}
// .listing-item p:last-of-type {
// @apply .mb-0;
// }

View file

@ -27,7 +27,7 @@ use: [posts]
{% endif %}
</div>
<p>
<p class="mb-0">
<a href="{{ post.url }}">Read more &rarr;</a>
</p>
</li>