From c48139e0fb3f36e2cd5f5d1e25ade2396fadad6a Mon Sep 17 00:00:00 2001 From: Jeff Emmett Date: Thu, 19 Mar 2026 15:44:16 -0700 Subject: [PATCH] Move hero title and copy to bottom third of viewport Co-Authored-By: Claude Opus 4.6 --- public/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/index.html b/public/index.html index 0e9680d..49ccb93 100644 --- a/public/index.html +++ b/public/index.html @@ -99,10 +99,10 @@ position: relative; min-height: 100vh; display: flex; - align-items: center; + align-items: flex-end; justify-content: center; text-align: center; - padding: 6rem 2rem; + padding: 2rem 2rem 8vh; background: var(--midnight); overflow: hidden; }