summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--talermerchantdemos/templates/common-base.html.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/talermerchantdemos/templates/common-base.html.j2 b/talermerchantdemos/templates/common-base.html.j2
index e1bde22..9c854e5 100644
--- a/talermerchantdemos/templates/common-base.html.j2
+++ b/talermerchantdemos/templates/common-base.html.j2
@@ -27,7 +27,7 @@
<body>
<header class="demobar" style="display: flex; flex-direction: row;">
<a href="https://taler.net/">
- <img src="{{ static('logo-white.svg') }}" height="100" style="margin: 2em 2em"><br/>
+ <img src="{{ static('logo-white.svg') }}" height="100" width="224" style="margin: 2em 2em"><br/>
</a>
<div style="max-width: 50em">
{% block header_content %}