Fix spacing
This commit is contained in:
parent
9933037406
commit
5b71857c12
|
@ -11,6 +11,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
.listing-item p:last-of-type {
|
||||
@apply .mb-0;
|
||||
}
|
||||
// .listing-item p:last-of-type {
|
||||
// @apply .mb-0;
|
||||
// }
|
||||
|
|
|
@ -27,7 +27,7 @@ use: [posts]
|
|||
{% endif %}
|
||||
</div>
|
||||
|
||||
<p>
|
||||
<p class="mb-0">
|
||||
<a href="{{ post.url }}">Read more →</a>
|
||||
</p>
|
||||
</li>
|
||||
|
|
Reference in a new issue