summaryrefslogtreecommitdiff
path: root/talermerchantdemos/templates
diff options
context:
space:
mode:
Diffstat (limited to 'talermerchantdemos/templates')
-rw-r--r--talermerchantdemos/templates/common-base.html.j27
1 files changed, 2 insertions, 5 deletions
diff --git a/talermerchantdemos/templates/common-base.html.j2 b/talermerchantdemos/templates/common-base.html.j2
index a1475eb..7970f6c 100644
--- a/talermerchantdemos/templates/common-base.html.j2
+++ b/talermerchantdemos/templates/common-base.html.j2
@@ -25,11 +25,8 @@
</head>
<body>
- <header class="demobar" style="display: flex; flex-direction: column;">
- <p>
- <img src="{{ static('logo-white.svg') }}" height="100"><br/>
- </p>
-
+ <header class="demobar" style="display: flex; flex-direction: row;">
+ <img src="{{ static('logo-white.svg') }}" height="100" style="margin: 2em 2em"><br/>
<div>
{% block header_content %}
<p>This is the header content.</p>