From a6281ee2e7c7a1a32f2fcf6cdcfa9368060927d7 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 30 May 2019 19:30:21 +0100 Subject: [PATCH] Increase bottom margin below sponsors --- source/sponsors.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/sponsors.html.twig b/source/sponsors.html.twig index a47e294..94585cc 100644 --- a/source/sponsors.html.twig +++ b/source/sponsors.html.twig @@ -15,7 +15,7 @@ title: Sponsors

{{ level ~ ' Sponsors'|capitalize }}

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