tags style

This commit is contained in:
samaradel
2023-08-20 13:29:20 +03:00
parent 7a4eca14a5
commit f921d02fb0
2 changed files with 7 additions and 7 deletions

View File

@@ -40,18 +40,18 @@
</div>
{% if page.taxonomies.memberships %}
{% for tag in page.taxonomies.memberships %}
<a href="{{'/memberships/' ~ tag | replace(from='_', to='-' )}}" class="border-1 font-light text-xs bg-transparent hover:text-blue-700 py-2 px-4 mr-2 border hover:border-blue-500 border-gray-600 text-gray-700 rounded-full ">
{{tag}}
<a href="{{'/memberships/' ~ tag | replace(from='_', to='-' )}}" class="border-1 font-bold text-sm bg-transparent hover:text-blue-700 py-2 px-4 mr-2 border hover:border-blue-500 border-gray-600 text-gray-700 rounded-full ">
#{{tag}}
</a>
{% endfor %}
{% endif %}
</div>
</div>
<div class="my-8">
<!-- <div class="my-8">
<hr/>
<br/>
<hr/>
</div>
</div> -->
</div>
{% endif %}