feat: update pill style

This commit is contained in:
Devin Haska 2024-02-09 23:40:24 -08:00
parent f576d237d7
commit da1035826f
2 changed files with 8 additions and 2 deletions

View file

@ -12,7 +12,7 @@ title: All tags
{% set key = tag | first %}
{% set count = tag | last %}
<li>
<a href="/tag/{{ key }}" class="[ pill ] [ px-1 py-0.5 ]">{{ key }} <span class="[ pill-count ]">{{ count }}</span></a>
<a href="/tag/{{ key }}" class="[ pill ] [ flex px-1 py-0.5 gap-0.5 ]">{{ key }} <span class="[ pill-count ]">{{ count }}</span></a>
</li>
{% endfor %}
</ol>