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 9ce9939 Update home.html
9ce9939 is described below
commit 9ce9939fe8ef7fd010bcd5dd124b37439c41def7
Author: Alexander Alten <[email protected]>
AuthorDate: Tue Dec 19 09:35:46 2023 +0100
Update home.html
---
_layouts/home.html | 10 +++-------
1 file changed, 3 insertions(+), 7 deletions(-)
diff --git a/_layouts/home.html b/_layouts/home.html
index 6a645cf..eee637b 100644
--- a/_layouts/home.html
+++ b/_layouts/home.html
@@ -18,20 +18,16 @@ 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">
+ <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"/>
- </div>
- <div class="row">
- <div class="col h-100 text-center flex-wrap" >
- <h1 class="display-4 " style="font-size: 3rem; color:
#a00e5a; font-weight: 900;">
+ <h1 class="display-4 " style="font-size: 3rem; color: #a00e5a;
font-weight: 900;">
<strong>
{{ page.section-1.title }}
</strong>
</h1>
- <h2 style="font-size: 2rem; color: #a00e5a; font-weight:
500; margin-bottom: 40px">
+ <h2 style="font-size: 2rem; color: #a00e5a; font-weight: 500;
margin-bottom: 40px">
{{ page.section-1.subtitle }}
</h2>
- </div>
</div>
</div>
</section>