From dd03418db3ab4d6071e70e33031a23fad87873ba Mon Sep 17 00:00:00 2001
From: Wolfgang Knopki <wolfgang.knopki@hft-stuttgart.de>
Date: Fri, 26 Aug 2022 13:24:27 +0200
Subject: [PATCH] edited landing page, readed image, added margin bottom fast
 entry section

---
 index.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/index.html b/index.html
index 5d45d1d..1abe828 100755
--- a/index.html
+++ b/index.html
@@ -25,7 +25,7 @@
 
 <div class="margin_top_40 margin_bottom_40">
   <div class="background_ffffff">
-    <div class="container">
+    <div class="container margin_bottom_40">
       <div class="row">
         <div class="col-md-4 col-lg-1 m_top_0 p_top_0"></div>
         <div class="col-md-4 col-lg-10" class="index_neues_projekt">
@@ -46,7 +46,7 @@
       </div>
       <div class="col-lg-1"></div>
       <div class="col-md-6 col-lg-3 p_left_5 p_right_5">
-<!--         <img class="d-inline-flex d-lg-flex justify-content-center align-items-center align-content-center align-self-center justify-content-lg-center align-items-lg-start mx-auto m_0" src="/img/Icon_Informationen_Verlauf.png" width="150"> -->
+        <img class="d-inline-flex d-lg-flex justify-content-center align-items-center align-content-center align-self-center justify-content-lg-center align-items-lg-start mx-auto m_0" src="/img/Icon_Informationen_Verlauf.png" width="150">
         <h2 class="text-center heading"><strong>Informationen finden</strong><br></h2>
         <p class="text-left">
         Im Transferportal können Sie unterschiedliche Projektergebnisse in Form von <b>Informationen</b>, <b>Daten</b>, <b>Dokumentationen</b> oder <b>Software-Code</b> der HFT Stuttgart finden.
-- 
GitLab