Make tags smaller

This commit is contained in:
Oliver Davies 2018-12-31 10:12:11 +00:00
parent c673e74952
commit 26950ada2c

View file

@ -4,7 +4,7 @@
<ul class="list-reset flex flex-wrap"> <ul class="list-reset flex flex-wrap">
{% for tag in page.tags|sort %} {% for tag in page.tags|sort %}
<li> <li>
<a href="/blog/tags/{{ tag }}" class="text-sm py-1 px-2 mr-1 mb-1 bg-grey-lighter text-grey-darker leading-none no-underline hover:underline focus:bg-grey-darker focus:text-white"> <a href="/blog/tags/{{ tag }}" class="text-xs py-1 px-2 mr-1 mb-1 bg-grey-lighter text-grey-darker leading-none no-underline hover:underline focus:bg-grey-darker focus:text-white">
{{- tag -}} {{- tag -}}
</a> </a>
</li> </li>