Ensure spaces are consistent

This commit is contained in:
Oliver Davies 2019-05-22 12:19:47 +01:00
parent f2a17b63aa
commit 178d3bb30e
11 changed files with 118 additions and 121 deletions

View file

@ -36,10 +36,7 @@
<ul class="tw-list-reset tw-flex tw-flex-wrap tw-justify-center tw--ml-8">
{% for link in links if link.enabled %}
<li class="tw-mb-2 tw-mx-4 md:tw-m-0 md:tw-ml-8">
<a
class="tw-uppercase tw-no-underline hocus:tw-text-green-600 {{ link.active ? 'tw-text-green-600' : 'tw-text-black' }}"
href="{{ link.href|raw }}"
>
<a class="tw-uppercase tw-no-underline hocus:tw-text-green-600 {{ link.active ? 'tw-text-green-600' : 'tw-text-black' }}" href="{{ link.href|raw }}">
{{ link.title }}
</a>
</li>