Increase spacing

This commit is contained in:
Oliver Davies 2019-04-25 23:24:47 +02:00
parent 8338116695
commit 8caf131f13
2 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
<div class="tw-mb-4"> <div class="tw-mb-4">
<h3>{{ name }}</h3> <h3 class="tw-mb-5">{{ name }}</h3>
<div class="tw-flex tw-flex-col-reverse md:tw-flex-row-reverse tw--mx-4"> <div class="tw-flex tw-flex-col-reverse md:tw-flex-row-reverse tw--mx-4">
<div class="tw-flex-1 tw-px-4"> <div class="tw-flex-1 tw-px-4">
@ -10,7 +10,7 @@
{% endif %} {% endif %}
{% if url %} {% if url %}
<a href="{{ url }}" class="tw-button tw-inline-block tw-w-auto tw-bg-purple-600 hocus:tw-bg-green-600 tw-text-base tw-px-4 tw-py-2 tw-mx-0"> <a href="{{ url }}" class="tw-button tw-inline-block tw-w-auto tw-bg-purple-600 hocus:tw-bg-green-600 tw-text-base tw-px-4 tw-py-2 tw-mx-0 tw-mt-2">
Visit <span class="tw-visuallyhidden">{{ name }}s</span> website Visit <span class="tw-visuallyhidden">{{ name }}s</span> website
</a> </a>
{% endif %} {% endif %}

View file

@ -11,7 +11,7 @@ title: Sponsors
{% set sponsors = site.sponsors[level] %} {% set sponsors = site.sponsors[level] %}
{% if sponsors %} {% if sponsors %}
<section class="tw-block tw-mb-12"> <section class="tw-block tw-mb-12">
<h2 class="tw-mb-4">{{ level ~ ' Sponsors'|capitalize }}</h2> <h2 class="tw-mb-6">{{ level ~ ' Sponsors'|capitalize }}</h2>
<div class="{{ level == 'gold' ? '' : 'tw-flex tw-flex-wrap tw--mx-2' }}"> <div class="{{ level == 'gold' ? '' : 'tw-flex tw-flex-wrap tw--mx-2' }}">
{% for sponsor in sponsors %} {% for sponsor in sponsors %}