fix taglist spacing

This commit is contained in:
eggy 2021-04-07 19:06:41 -04:00
parent 03f9847763
commit 2ee20ce6c1

View File

@ -10,7 +10,7 @@ eleventyComputed:
---
{% for post in collections[tag] %}
<div class="py-4 sm:py-0">
<div class="py-4 sm:py-4">
<p>
<span class="text-2xl sm:text-2xl font-bold hover:underline"><a href="{{ post.url }}">{{ post.data.title }}</a></span>
</p>