Responsive tweaks
This commit is contained in:
parent
ed09e22061
commit
9e9ce86454
2 changed files with 4 additions and 4 deletions
|
@ -15,7 +15,7 @@ title: Sponsors
|
|||
|
||||
<div class="{{ level == 'gold' ? '' : 'tw-flex tw-flex-wrap tw--mx-2' }}">
|
||||
{% for sponsor in sponsors %}
|
||||
<article class="{{ level == 'gold' ? 'tw-w-full' : 'tw-w-1/6 tw-px-2 tw-mb-6' }}">
|
||||
<article class="{{ level == 'gold' ? 'tw-w-full' : 'tw-w-1/2 md:tw-w-1/4 lg:tw-w-1/6 tw-px-2 tw-mb-6' }}">
|
||||
{% set template = (level == 'gold') ? 'sponsors/full' : 'sponsors/teaser' %}
|
||||
{% include template with {
|
||||
description: sponsor.description,
|
||||
|
|
Reference in a new issue