Adjust hero padding and vertical alignment
cgen-87dab7408f4f499fa3ef9439ceeed278
This commit is contained in:
parent
6104c6c759
commit
4ffec03707
1 changed files with 1 additions and 1 deletions
|
|
@ -277,7 +277,7 @@ export default function Index() {
|
||||||
)}
|
)}
|
||||||
|
|
||||||
{/* Hero Section - Geometric Design */}
|
{/* Hero Section - Geometric Design */}
|
||||||
<section className="relative min-h-screen flex items-center justify-center overflow-hidden">
|
<section className="relative min-h-screen flex items-start justify-center overflow-hidden pt-24 sm:pt-36">
|
||||||
{/* Geometric Background Pattern */}
|
{/* Geometric Background Pattern */}
|
||||||
<div className="absolute inset-0">
|
<div className="absolute inset-0">
|
||||||
<div className="absolute inset-0 bg-gradient-to-br from-aethex-900/50 via-background to-aethex-800/50" />
|
<div className="absolute inset-0 bg-gradient-to-br from-aethex-900/50 via-background to-aethex-800/50" />
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue