From 9e9ce86454353e6ae5fcb7996ca06198e1ffeb98 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 25 Apr 2019 22:24:31 +0200 Subject: [PATCH] Responsive tweaks --- source/_includes/sponsors/full.html.twig | 6 +++--- source/sponsors.html.twig | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/_includes/sponsors/full.html.twig b/source/_includes/sponsors/full.html.twig index 500e5ea..3313f2d 100644 --- a/source/_includes/sponsors/full.html.twig +++ b/source/_includes/sponsors/full.html.twig @@ -1,7 +1,7 @@

{{ name }}

-
+
{% if description %}
@@ -17,8 +17,8 @@
{% if logo %} -
- {{ name }} logo +
+ {{ name }} logo
{% endif %}
diff --git a/source/sponsors.html.twig b/source/sponsors.html.twig index f590565..e6a7cd4 100644 --- a/source/sponsors.html.twig +++ b/source/sponsors.html.twig @@ -15,7 +15,7 @@ title: Sponsors
{% for sponsor in sponsors %} -
+
{% set template = (level == 'gold') ? 'sponsors/full' : 'sponsors/teaser' %} {% include template with { description: sponsor.description,