summaryrefslogtreecommitdiff
path: root/index.html.j2
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-03-06 06:43:00 +0100
committerFlorian Dold <florian.dold@gmail.com>2017-03-06 06:43:00 +0100
commit99f4d3a377853583f4918e63cbbe448a46b1f77d (patch)
treee9d5c31a1bfae9d0bf1d8e1af1d38e79c63bf312 /index.html.j2
parent04085a9982a15a7a113ec5fe7bc88c20e04846e2 (diff)
downloadwww-99f4d3a377853583f4918e63cbbe448a46b1f77d.tar.gz
www-99f4d3a377853583f4918e63cbbe448a46b1f77d.tar.bz2
www-99f4d3a377853583f4918e63cbbe448a46b1f77d.zip
logo scaling
Diffstat (limited to 'index.html.j2')
-rw-r--r--index.html.j24
1 files changed, 3 insertions, 1 deletions
diff --git a/index.html.j2 b/index.html.j2
index c69d2a9d..33f079d8 100644
--- a/index.html.j2
+++ b/index.html.j2
@@ -2,7 +2,9 @@
{% block body_content %}
<!-- Jumbotron -->
<div class="jumbotron">
- <img alt="Taler logo" width="25%" class="center-block" src="{{ url('taler-dold-2.png') }}"></img>
+ <div style="height: 40vh">
+ <img alt="Taler logo" style="object-fit:contain;width:100%;height:100%" class="center-block" src="{{ url('taler-dold-2.png') }}"></img>
+ </div>
<div class="container text-center">
<h1>{{ _("Independent One-Click Payments!") }}</h1>