From 00ea898743f3abdcd6689a431201042caebe30f8 Mon Sep 17 00:00:00 2001
From: nervuri <seva@nervuri.net>
Date: Sun, 20 Nov 2022 15:43:40 +0000
Subject: [PATCH Taler website 3/4] improve spacing for logo on index page

---
 template/index.html.j2 | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/template/index.html.j2 b/template/index.html.j2
index 9fd4f67..844e60c 100644
--- a/template/index.html.j2
+++ b/template/index.html.j2
@@ -3,12 +3,7 @@
   <div class="container">
 
     <div class="row justify-content-center">
-      <div style="width:40vw;" >
-        <img alt="{{ _("Taler logo") }}" style="width:100%; height: auto; display: block" src="{{ url_static('images/logo-2021.svg') }}">
-      </div>
-    </div>
-
-    <div class="row mt-5">
+      <img alt="{{ _("Taler logo") }}" style="width:40vw; display: block; margin-top: 10px; margin-bottom: 25px" src="{{ url_static('images/logo-2021.svg') }}">
     </div>
 
     <div class="row">
-- 
2.35.1

