This is an automated email from the ASF dual-hosted git repository. chaokunyang pushed a commit to branch optimize_homepage2 in repository https://gitbox.apache.org/repos/asf/fory-site.git
commit 8c72d680f5b3490fa74941b7d43d5b263512601a Author: chaokunyang <[email protected]> AuthorDate: Sat Jun 13 18:27:49 2026 +0800 Refine homepage hero layout --- 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]
