This is an automated email from the ASF dual-hosted git repository.

aloalt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-wayang-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 00dec4e  Update home.html
00dec4e is described below

commit 00dec4e9884c212b0b29241edc9a999cc49e706a
Author: Alexander Alten <[email protected]>
AuthorDate: Tue Dec 19 09:39:20 2023 +0100

    Update home.html
---
 _layouts/home.html | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/_layouts/home.html b/_layouts/home.html
index eee637b..fd49ca0 100644
--- a/_layouts/home.html
+++ b/_layouts/home.html
@@ -18,9 +18,9 @@ layout: default
 ---
 <section id="full-screen-2" class="container-fluid p-0">
     <div class="container h-100">
-        <div class="row d-flex justify-content-center flex-wrap">
-            <img class="img-fluid" src="{{ "assets/img/wayang.png" | 
absolute_url }}" alt="Apache Wayang Federated Data Processing"/>
-            <h1 class="display-4 " style="font-size: 3rem; color: #a00e5a; 
font-weight: 900;">
+        <div class="row d-flex justify-content-center flex-wrap text-center">
+            <img class="img-fluid" style="margin-top: 20px; margin-bottom: 
40px" src="{{ "assets/img/wayang.png" | absolute_url }}" alt="Apache Wayang 
Federated Data Processing"/>
+            <h1 class="display-4 " style="font-size: 3rem; color: #a00e5a; 
font-weight: 900; margin-bottom: 20px">
                         <strong>
                             {{ page.section-1.title }}
                         </strong>

Reply via email to