From 2d0c0fe0eb6aff406c01e5e6eb11a105cb333cbe Mon Sep 17 00:00:00 2001 From: armando Date: Wed, 16 Sep 2026 05:18:00 -0300 Subject: [PATCH] Move the landing hero copy up so it sits under the header. Co-authored-by: Cursor --- web/src/app/globals.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/web/src/app/globals.css b/web/src/app/globals.css index de1e862..afafe14 100644 --- a/web/src/app/globals.css +++ b/web/src/app/globals.css @@ -86,7 +86,7 @@ h3, z-index: 2; inset: 0; pointer-events: none; - background: linear-gradient(to top, rgba(0, 0, 0, 0.35) 0%, transparent 40%); + background: linear-gradient(to bottom, rgba(0, 0, 0, 0.42) 0%, transparent 48%, rgba(0, 0, 0, 0.22) 100%); } .orbit-loader { @@ -126,9 +126,9 @@ h3, min-height: 100vh; min-height: 100dvh; flex-direction: column; - justify-content: flex-end; - padding: 0 1.5rem 5rem; - background: linear-gradient(to top, rgba(0, 0, 0, 0.72) 0%, transparent 42%); + justify-content: flex-start; + padding: 6.75rem 1.5rem 3rem; + background: linear-gradient(to bottom, rgba(0, 0, 0, 0.58) 0%, rgba(0, 0, 0, 0.22) 38%, transparent 70%); opacity: calc(1 - min(1, var(--scrub, 0) * 2.6)); } @@ -138,7 +138,7 @@ h3, @media (min-width: 768px) { .hero-copy { - padding: 0 4rem 6rem; + padding: 7.5rem 4rem 4rem; } }