From 8340127b891eb4d34cf8f18192e5bda605624822 Mon Sep 17 00:00:00 2001 From: Amay Patel Date: Tue, 27 Sep 2022 00:36:29 -0400 Subject: [PATCH] Added padding and fixed columns for sponsor logos in mobile view --- web/pandas/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/pandas/index.html b/web/pandas/index.html index 385084d479c98..ce1e1e1a8f561 100644 --- a/web/pandas/index.html +++ b/web/pandas/index.html @@ -44,12 +44,12 @@
Community
With the support of:
{% for row in sponsors.active | batch(6, "") %} -
+
{% for company in row %} -
+
{% if company %} - {{ company.name }} + {{ company.name }} {% endif %}