Restrict sponsors width
This commit is contained in:
parent
a6281ee2e7
commit
a7907d28fc
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue