From 5099308438fd26968fe01d044fe8277254e94e53 Mon Sep 17 00:00:00 2001 From: anishTP Date: Tue, 13 Aug 2024 12:39:42 +0530 Subject: [PATCH] Fixed the spacing and styling on the venue, sponsor and host cards inside the project page --- funnel/templates/project_layout.html.jinja2 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/funnel/templates/project_layout.html.jinja2 b/funnel/templates/project_layout.html.jinja2 index 2787fe0c5..e483fdb16 100644 --- a/funnel/templates/project_layout.html.jinja2 +++ b/funnel/templates/project_layout.html.jinja2 @@ -286,9 +286,9 @@ {% endmacro %} {% macro project_host_sponsor(project) %} -

{% trans %}Hosted by{% endtrans %}

-
-
+

{% trans %}Hosted by{% endtrans %}

+
+
{{ profileavatar(project.account, css_class='flex-order-last flex-item-align-end') }}
@@ -305,7 +305,7 @@
{%- if project.has_sponsors %} -

{% trans %}Supported by{% endtrans %}

+

{% trans %}Supported by{% endtrans %}

{%- endif %}
{% for sponsorship in project.sponsor_memberships %} @@ -313,8 +313,8 @@ {%- if current_auth.user and current_auth.user.is_site_editor %}
{%- endif %} -
-
+
+
{% if sponsorship.label %}