From f74e60328a44bdc81bf2781a6ae83f57761ae53f Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 30 May 2019 19:22:46 +0100 Subject: [PATCH] Add padding below sponsors --- source/sponsors.html.twig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/sponsors.html.twig b/source/sponsors.html.twig index d9a6bd0..05b091b 100644 --- a/source/sponsors.html.twig +++ b/source/sponsors.html.twig @@ -13,9 +13,9 @@ title: Sponsors

{{ level ~ ' Sponsors'|capitalize }}

-
+
{% for sponsor in sponsors %} -
+
{% set template = (level == 'gold') ? 'sponsors/full' : 'sponsors/teaser' %} {% include template with { description: sponsor.description,