spacing
This commit is contained in:
parent
9bd2f25c93
commit
6872f74d4e
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ title: Tags
|
||||||
{% for tag in collections.tagList %}
|
{% for tag in collections.tagList %}
|
||||||
|
|
||||||
<span>
|
<span>
|
||||||
<a href="/tags/{{ tag }}" class="no-underline"><button class="font-semibold py-2 px-4 mr-6 mb-4 rounded-full text-white dark:text-gray-900 bg-primary-400 hover:bg-primary-500 dark:hover:bg-primary-300">
|
<a href="/tags/{{ tag }}" class="no-underline"><button class="font-semibold py-2 px-4 mr-4 mb-4 rounded-full text-white dark:text-gray-900 bg-primary-400 hover:bg-primary-500 dark:hover:bg-primary-300">
|
||||||
{{ tag }}
|
{{ tag }}
|
||||||
</button>
|
</button>
|
||||||
</a>
|
</a>
|
||||||
|
|
Reference in a new issue