Tighten hero spacing on mobile
cgen-3098cc6f47eb4910a7c44940f2b98dbb
This commit is contained in:
parent
e086cb0711
commit
c52da77199
1 changed files with 1 additions and 1 deletions
|
|
@ -265,7 +265,7 @@ export default function DevelopmentConsulting() {
|
|||
<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 bg-gradient-to-br from-fuchsia-900/40 via-transparent to-slate-950/60" />
|
||||
<div className="absolute inset-0 opacity-10">
|
||||
{[...Array(25)].map((_, i) => (
|
||||
|
|
|
|||
Loading…
Reference in a new issue