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

chaokunyang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fory-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 83a2295f1f Refine homepage hero layout (#466)
83a2295f1f is described below

commit 83a2295f1f0aa21c85a0abcc8cb043b85f300903
Author: Shawn Yang <[email protected]>
AuthorDate: Sat Jun 13 18:28:44 2026 +0800

    Refine homepage hero layout (#466)
---
 src/components/home/HomepageLanding.module.css | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/components/home/HomepageLanding.module.css 
b/src/components/home/HomepageLanding.module.css
index 269100579d..1b7ee2fbc1 100644
--- a/src/components/home/HomepageLanding.module.css
+++ b/src/components/home/HomepageLanding.module.css
@@ -15,9 +15,9 @@
     linear-gradient(90deg, rgba(255, 112, 1, 0.04), transparent 34%),
     linear-gradient(180deg, var(--ifm-background-color), #fafbfc);
   display: grid;
-  gap: 3rem;
-  grid-template-columns: minmax(0, 1fr) minmax(430px, 0.78fr);
-  min-height: 520px;
+  gap: 2rem;
+  grid-template-columns: minmax(0, 0.9fr) minmax(430px, 0.78fr);
+  min-height: max(600px, calc(100vh - var(--ifm-navbar-height, 60px) - 4rem));
   padding: 4.25rem max(2rem, calc((100vw - var(--fory-marketing-width, 
1240px)) / 2)) 4.5rem;
 }
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to