fix taglist spacing
This commit is contained in:
parent
03f9847763
commit
2ee20ce6c1
@ -10,7 +10,7 @@ eleventyComputed:
|
|||||||
---
|
---
|
||||||
|
|
||||||
{% for post in collections[tag] %}
|
{% for post in collections[tag] %}
|
||||||
<div class="py-4 sm:py-0">
|
<div class="py-4 sm:py-4">
|
||||||
<p>
|
<p>
|
||||||
<span class="text-2xl sm:text-2xl font-bold hover:underline"><a href="{{ post.url }}">{{ post.data.title }}</a></span>
|
<span class="text-2xl sm:text-2xl font-bold hover:underline"><a href="{{ post.url }}">{{ post.data.title }}</a></span>
|
||||||
</p>
|
</p>
|
||||||
|
Loading…
Reference in New Issue
Block a user