summaryrefslogtreecommitdiff
path: root/talermerchantdemos/templates/common-base.html.j2
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2021-04-22 22:45:17 +0200
committerFlorian Dold <florian@dold.me>2021-04-22 22:45:17 +0200
commit85897e54b7a5d95f9a808054a17a382676cb7585 (patch)
treec2f2ad472982c935e03bb14222e751f8e24294d7 /talermerchantdemos/templates/common-base.html.j2
parent9d2de75bd5f2e92a29975abfe965214eace33357 (diff)
downloadtaler-merchant-demos-85897e54b7a5d95f9a808054a17a382676cb7585.tar.gz
taler-merchant-demos-85897e54b7a5d95f9a808054a17a382676cb7585.tar.bz2
taler-merchant-demos-85897e54b7a5d95f9a808054a17a382676cb7585.zip
colors/layout
Diffstat (limited to 'talermerchantdemos/templates/common-base.html.j2')
-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>