fix: button styles

This commit is contained in:
Cory Dransfeldt 2023-12-09 15:53:08 -08:00
parent 9d14995f3e
commit ffd281b1bd
No known key found for this signature in database
5 changed files with 13 additions and 21 deletions

View file

@ -3,7 +3,7 @@
{% if tag != "posts" %}
<a href="/tags/{{ tag }}">
<div
class="tag--button tag--button__small"
class="pill--button pill--button__small"
data-pagefind-filter="tags">{{ tag }}</div>
</a>
{% endif %}