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:
parent
e993538a2a
commit
c48139e0fb
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue