Responsive
This commit is contained in:
parent
b860f2d18e
commit
e9a6eb0934
|
@ -11,7 +11,7 @@
|
|||
|
||||
<div class="tw-flex tw-flex-wrap tw-items-center tw-justify-center tw--mx-4">
|
||||
{% for sponsor in sponsors %}
|
||||
<article class="tw-mb-6 {{ level == 'gold' ? 'tw-w-1/3' : 'tw-w-1/4' }}">
|
||||
<article class="tw-mb-6 {{ level == 'gold' ? 'tw-w-3/5 md:tw-w-1/3' : 'tw-w-1/2 md:tw-w-1/4' }}">
|
||||
<div class="tw-px-4 tw-mb-4">
|
||||
<img src="/images/sponsors/{{ sponsor.logo }}" alt="{{ sponsor.name }} logo" class="tw-inline-block tw-max-w-full">
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue