commit 99f4d3a377853583f4918e63cbbe448a46b1f77d parent 04085a9982a15a7a113ec5fe7bc88c20e04846e2 Author: Florian Dold <florian.dold@gmail.com> Date: Mon, 6 Mar 2017 06:43:00 +0100 logo scaling Diffstat:
| M | index.html.j2 | | | 4 | +++- |
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git 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>