diff options
author | Florian Dold <florian.dold@gmail.com> | 2017-03-06 06:43:00 +0100 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2017-03-06 06:43:00 +0100 |
commit | 99f4d3a377853583f4918e63cbbe448a46b1f77d (patch) | |
tree | e9d5c31a1bfae9d0bf1d8e1af1d38e79c63bf312 | |
parent | 04085a9982a15a7a113ec5fe7bc88c20e04846e2 (diff) |
logo scaling
-rw-r--r-- | index.html.j2 | 4 |
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> |