Restrict sponsors width

This commit is contained in:
Oliver Davies 2019-05-30 20:11:19 +01:00
parent a6281ee2e7
commit a7907d28fc

View file

@ -6,7 +6,7 @@
{% for level in sponsorshipLevels %}
{% set sponsors = getSponsors(sponsorData, level) %}
{% if sponsors %}
<section class="tw-block">
<section class="tw-block tw-max-w-3xl tw-mx-auto">
<h3 class="tw-visuallyhidden">{{ level|capitalize }} Sponsors</h3>
<ul class="tw-list-reset tw-flex tw-flex-wrap tw-items-center tw-justify-center tw--mx-4">