Update full.html.twig

This commit is contained in:
Oliver Davies 2019-04-25 23:08:42 +02:00
parent 8169ba4aad
commit 56904cd107

View file

@ -10,7 +10,7 @@
{% endif %}
{% if url %}
<a href="{{ url }}" class="tw-inline-block tw-mt-1 tw-px-4 tw-py-2 tw-bg-purple-600 hocus:tw-bg-green-600 tw-text-white tw-no-underline tw-uppercase tw-font-semibold">
<a href="{{ url }}" class="tw-button tw-inline-block tw-w-auto tw-bg-purple-600 hocus:tw-bg-green-600 tw-text-base">
Visit <span class="tw-visuallyhidden">{{ name }}s</span> website
</a>
{% endif %}
@ -18,7 +18,7 @@
{% if logo %}
<div class="tw-flex-none tw-px-4 tw-mb-3 md:tw-mb-0 tw-w-full md:tw-w-1/4">
<img src="/images/sponsors/{{ logo }}" alt="{{ name }} logo" class="tw-w-48 md:tw-w-auto tw-max-w-full">
<img src="/images/sponsors/{{ logo }}" alt="{{ name }} logo" class="tw-block tw-w-48 md:tw-w-auto tw-max-w-full">
</div>
{% endif %}
</div>