taler-merchant-demos

Python-based Frontends for the Demonstration Web site
Log | Files | Refs | Submodules | README | LICENSE

commit dac563c3ade2e03736afa48735b085db84acee09
parent 94095a3753b8caa7c40e38d7635e96c6d706bb95
Author: Florian Dold <florian@dold.me>
Date:   Fri, 23 Apr 2021 12:13:04 +0200

reduce load flickering

Diffstat:
Mtalermerchantdemos/templates/common-base.html.j2 | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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 %}