gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-www] branch master updated: logo scaling


From: gnunet
Subject: [GNUnet-SVN] [taler-www] branch master updated: logo scaling
Date: Mon, 06 Mar 2017 06:43:02 +0100

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository www.

The following commit(s) were added to refs/heads/master by this push:
     new 99f4d3a  logo scaling
99f4d3a is described below

commit 99f4d3a377853583f4918e63cbbe448a46b1f77d
Author: Florian Dold <address@hidden>
AuthorDate: Mon Mar 6 06:43:00 2017 +0100

    logo scaling
---
 index.html.j2 | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/index.html.j2 b/index.html.j2
index c69d2a9..33f079d 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>

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]