diff --git a/district/templates/district/base.html b/district/templates/district/base.html
index c621364257e59fc041e38f02205a80f8fe1840c8..0f20b30bd7e8579b8006969b559f882b8250e118 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"