Move hero title and copy to bottom third of viewport

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Jeff Emmett 2026-03-19 15:44:16 -07:00
parent e993538a2a
commit c48139e0fb
1 changed files with 2 additions and 2 deletions

View File

@ -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;
}