Adjust game hero spacing
cgen-29483bd75e684c6b998bd54bda647a49
This commit is contained in:
parent
c52da77199
commit
845f28ef20
1 changed files with 1 additions and 1 deletions
|
|
@ -247,7 +247,7 @@ export default function GameDevelopment() {
|
|||
<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(30)].map((_, i) => (
|
||||
<div
|
||||
|
|
|
|||
Loading…
Reference in a new issue