From cdda5d2c4dec841b1b0b98e9d89b93fab1527211 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Valenta?= <git@imaniti.org>
Date: Tue, 28 Feb 2023 19:44:54 +0100
Subject: [PATCH] increase district logo res

---
 district/templates/district/base.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/district/templates/district/base.html b/district/templates/district/base.html
index c6213642..0f20b30b 100644
--- a/district/templates/district/base.html
+++ b/district/templates/district/base.html
@@ -59,7 +59,7 @@
           <div class="navbar__brand my-4 flex items-center lg:block lg:pr-8 lg:my-0">
             <a href="/">
               {% if page.root_page.custom_logo %}
-                {% image page.root_page.custom_logo width-128 as logo %}
+                {% image page.root_page.custom_logo width-512 as logo %}
                 <img
                   src="{{ logo.url }}"
                   class="w-10 lg:w-full lg:border-r lg:border-grey-300 lg:pr-8"
-- 
GitLab