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 c3b9231 Update home.html
c3b9231 is described below
commit c3b9231308ab355aa66f8046f239bc677735987f
Author: Alexander Alten <[email protected]>
AuthorDate: Tue Dec 19 08:32:28 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 ad364b2..fcf2753 100644
--- a/_layouts/home.html
+++ b/_layouts/home.html
@@ -19,16 +19,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">
- <img style="width: 60%; max-width: 100%; margin-top: 10vh" src="{{
"assets/img/wayang.png" | absolute_url }}" />
+ <img style="width: 50%; max-width: 100%; margin-top: 10vh" src="{{
"assets/img/wayang.png" | absolute_url }}" />
</div>
<div class="row">
<div class="col h-100 text-center flex-wrap" >
- <h1 class="display-4 " style="font-size: 7vh; 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: 1rem; color: #a00e5a; font-weight:
400;">
+ <h2 style="font-size: 2rem; color: #a00e5a; font-weight:
500;">
{{ page.section-1.subtitle }}
</h2>
</div>