Adjust mentorship hero spacing
cgen-1a6c1d56a6d44984a9cdb24c2239ba19
This commit is contained in:
parent
f5b1b95611
commit
d8cea17c39
1 changed files with 1 additions and 1 deletions
|
|
@ -278,7 +278,7 @@ export default function MentorshipPrograms() {
|
|||
<Layout>
|
||||
<div className="min-h-screen bg-aethex-gradient">
|
||||
{/* Hero Section */}
|
||||
<section className="relative py-20 lg:py-32 overflow-hidden">
|
||||
<section className="relative py-16 sm:py-24 lg:py-32 overflow-hidden">
|
||||
<div className="absolute inset-0 opacity-10">
|
||||
{[...Array(25)].map((_, i) => (
|
||||
<div
|
||||
|
|
|
|||
Loading…
Reference in a new issue