From cb7c07c201376e4ded87ead5682e043e51ff4de0 Mon Sep 17 00:00:00 2001 From: Sparsh Sam <110058692+sparshsam@users.noreply.github.com> Date: Fri, 26 Jun 2026 16:26:29 -0400 Subject: [PATCH] fix: reduce hero app icon to 864px --- site/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/index.html b/site/index.html index 9a27bcd..0f24afa 100644 --- a/site/index.html +++ b/site/index.html @@ -74,7 +74,7 @@ .hero { min-height: 100vh; display: flex; flex-direction: column; justify-content: center; padding: 200px 0 140px; text-align: center; } .hero .hero-content { width: 100%; max-width: var(--feature-max); margin: 0 auto; padding: 0 96px; } - .hero .app-icon { width: 1024px; height: 1024px; border-radius: 40px; margin: 0 auto 40px; display: block; } + .hero .app-icon { width: 864px; height: 864px; border-radius: 36px; margin: 0 auto 40px; display: block; } .hero h1 { font-size: 96px; font-weight: 900; letter-spacing: -0.04em; line-height: 1.05; max-width: 900px; margin: 0 auto 32px; } .hero h1 .accent { color: var(--accent); } .hero p { font-size: 22px; color: var(--text-secondary); max-width: 640px; line-height: 1.7; margin: 0 auto 56px; }