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